#9B3E0C

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

Shades of Saddle Brown #9B3E0C

Tints of Saddle Brown #9B3E0C

Color information

#9B3E0C (or 0x9B3E0C) is unknown color: approx Saddle Brown. HEX triplet: 9B, 3E and 0C. RGB value is (155,62,12). Sum of RGB (Red+Green+Blue) = 155+62+12=229 (30% of max value = 765). Red value is 155 (60.94% from 255 or 67.69% from 229); Green value is 62 (24.61% from 255 or 27.07% from 229); Blue value is 12 (5.08% from 255 or 5.24% from 229); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3E0C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B3E0C is #64C1F3. Grayscale: #545454. Windows color (decimal): -6603252 or 802459. OLE color: 802459.

HSL color Cylindrical-coordinate representation of color #9B3E0C: hue angle of 20.98º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9B3E0C is Cyan = 0, Magento = 0.6, Yellow = 0.92 and Black (K on CMYK) = 0.39.

Color convert

RGB1556212-
CMYK00.60.920.39
HSL20.98º85.63%32.75%-
HSV(B)20.98º92.26%60.78%-
XYZ15.3110.441.56-
YUV84.1187.31178.57-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 67.69%
GREEN value IS 62 (24.61% from 255) = 27.07%
BLUE value IS 12 (5.08% from 255) = 5.24%
R=67.69%
G=27.07%
B=5.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.92
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155621200.60.920.3920.9885.6332.75
Hex9B3EC03C5C27155621
Octal2337614074134472512641
Binary10011011111110110001111001011100100111101011010110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B3E0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,62,12); }

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

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

 a { background-color: rgb(155,62,12); }

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

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

 span { border-color: rgb(155,62,12); }

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