#9C4B11

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

Shades of Saddle Brown #9C4B11

Tints of Saddle Brown #9C4B11

Color information

#9C4B11 (or 0x9C4B11) is unknown color: approx Saddle Brown. HEX triplet: 9C, 4B and 11. RGB value is (156,75,17). Sum of RGB (Red+Green+Blue) = 156+75+17=248 (32% of max value = 765). Red value is 156 (61.33% from 255 or 62.90% from 248); Green value is 75 (29.69% from 255 or 30.24% from 248); Blue value is 17 (7.03% from 255 or 6.85% from 248); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4B11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9C4B11 is #63B4EE. Grayscale: #5C5C5C. Windows color (decimal): -6534383 or 1133468. OLE color: 1133468.

HSL color Cylindrical-coordinate representation of color #9C4B11: hue angle of 25.04º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9C4B11 is Cyan = 0, Magento = 0.52, Yellow = 0.89 and Black (K on CMYK) = 0.39.

Color convert

RGB1567517-
CMYK00.520.890.39
HSL25.04º80.35%33.92%-
HSV(B)25.04º89.1%61.18%-
XYZ16.3312.142.01-
YUV92.6185.34173.22-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 62.90%
GREEN value IS 75 (29.69% from 255) = 30.24%
BLUE value IS 17 (7.03% from 255) = 6.85%
R=62.90%
G=30.24%
B=6.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.89
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156751700.520.890.3925.0480.3533.92
Hex9C4B110345927195022
Octal23411321064131473112042
Binary1001110010010111000101101001011001100111110011010000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C4B11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,75,17); }

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

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

 a { background-color: rgb(156,75,17); }

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

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

 span { border-color: rgb(156,75,17); }

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