#9B3902

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

Shades of Saddle Brown #9B3902

Tints of Saddle Brown #9B3902

Color information

#9B3902 (or 0x9B3902) is unknown color: approx Saddle Brown. HEX triplet: 9B, 39 and 02. RGB value is (155,57,2). Sum of RGB (Red+Green+Blue) = 155+57+2=214 (28% of max value = 765). Red value is 155 (60.94% from 255 or 72.43% from 214); Green value is 57 (22.66% from 255 or 26.64% from 214); Blue value is 2 (1.17% from 255 or 0.93% from 214); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3902 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B3902 is #64C6FD. Grayscale: #505050. Windows color (decimal): -6604542 or 145819. OLE color: 145819.

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

Color convert

RGB155572-
CMYK00.630.990.39
HSL21.57º97.45%30.78%-
HSV(B)21.57º98.71%60.78%-
XYZ14.999.91.18-
YUV80.0383.97181.47-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 72.43%
GREEN value IS 57 (22.66% from 255) = 26.64%
BLUE value IS 2 (1.17% from 255) = 0.93%
R=72.43%
G=26.64%
B=0.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.99
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15557200.630.990.3921.5797.4530.78
Hex9B39203F632716611f
Octal233712077143472614137
Binary10011011111001100111111110001110011110110110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B3902

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,57,2); }

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

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

 a { background-color: rgb(155,57,2); }

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

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

 span { border-color: rgb(155,57,2); }

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