#9b3403

Color #9B3403 Saddle Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Saddle Brown #9B3403

Tints of Saddle Brown #9B3403

Color information

#9B3403 (or 0x9B3403) is unknown color: approx Saddle Brown. HEX triplet: 9B, 34 and 03. RGB value is (155,52,3). Sum of RGB (Red+Green+Blue) = 155+52+3=210 (27% of max value = 765). Red value is 155 (60.94% from 255 or 73.81% from 210); Green value is 52 (20.70% from 255 or 24.76% from 210); Blue value is 3 (1.56% from 255 or 1.43% from 210); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3403 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B3403 is #64CBFC. Grayscale: #4D4D4D. Windows color (decimal): -6605821 or 210075. OLE color: 210075.

HSL color Cylindrical-coordinate representation of color #9B3403: hue angle of 19.34º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9B3403 is Cyan = 0, Magento = 0.66, Yellow = 0.98 and Black (K on CMYK) = 0.39.

Color convert

RGB155523-
CMYK00.660.980.39
HSL19.34º96.2%30.98%-
HSV(B)19.34º98.06%60.78%-
XYZ14.769.431.13-
YUV77.2186.12183.48-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 155 (60.94% from 255) = 73.81%
GREEN value IS 52 (20.70% from 255) = 24.76%
BLUE value IS 3 (1.56% from 255) = 1.43%
R=73.81%
G=24.76%
B=1.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.98
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15552300.660.980.3919.3496.230.98
Hex9B343042622713601f
Octal2336430102142472314037
Binary100110111101001101000010110001010011110011110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9b3403

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9b3403; }

 p { color: rgb(155,52,3); }

 H1.HeaderClassName
 {
   color: #9b3403;
 }
 .AnyTagClassName
 {
   color: #9b3403;
 }
</style>
background-color css

<style>
 a { background-color: #9b3403; }

 a { background-color: rgb(155,52,3); }

 div.DivClassName
 {
   background-color: #9b3403;
 }
 .BgClassName
 {
   background-color: #9b3403;
 }
</style>
border-color css

<style>
 span { border-color: #9b3403; }

 span { border-color: rgb(155,52,3); }

 td.TdClassName
 {
   border-color: #9b3403;
 }
 .TagClassName
 {
   border-color: #9b3403;
 }
</style>