#9B3608

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

Shades of Saddle Brown #9B3608

Tints of Saddle Brown #9B3608

Color information

#9B3608 (or 0x9B3608) is unknown color: approx Saddle Brown. HEX triplet: 9B, 36 and 08. RGB value is (155,54,8). Sum of RGB (Red+Green+Blue) = 155+54+8=217 (28% of max value = 765). Red value is 155 (60.94% from 255 or 71.43% from 217); Green value is 54 (21.48% from 255 or 24.88% from 217); Blue value is 8 (3.52% from 255 or 3.69% from 217); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3608 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B3608 is #64C9F7. Grayscale: #4F4F4F. Windows color (decimal): -6605304 or 538267. OLE color: 538267.

HSL color Cylindrical-coordinate representation of color #9B3608: hue angle of 18.78º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9B3608 is Cyan = 0, Magento = 0.65, Yellow = 0.95 and Black (K on CMYK) = 0.39.

Color convert

RGB155548-
CMYK00.650.950.39
HSL18.78º90.18%31.96%-
HSV(B)18.78º94.84%60.78%-
XYZ14.889.621.3-
YUV78.9687.96182.24-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 71.43%
GREEN value IS 54 (21.48% from 255) = 24.88%
BLUE value IS 8 (3.52% from 255) = 3.69%
R=71.43%
G=24.88%
B=3.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.95
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15554800.650.950.3918.7890.1831.96
Hex9B3680415F27135a20
Octal23366100101137472313240
Binary100110111101101000010000011011111100111100111011010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B3608

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,54,8); }

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

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

 a { background-color: rgb(155,54,8); }

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

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

 span { border-color: rgb(155,54,8); }

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