#9C3712

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

Shades of Saddle Brown #9C3712

Tints of Saddle Brown #9C3712

Color information

#9C3712 (or 0x9C3712) is unknown color: approx Saddle Brown. HEX triplet: 9C, 37 and 12. RGB value is (156,55,18). Sum of RGB (Red+Green+Blue) = 156+55+18=229 (30% of max value = 765). Red value is 156 (61.33% from 255 or 68.12% from 229); Green value is 55 (21.88% from 255 or 24.02% from 229); Blue value is 18 (7.42% from 255 or 7.86% from 229); Max value from RGB is 156 - color contains mainly: red. Hex color #9C3712 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9C3712 is #63C8ED. Grayscale: #515151. Windows color (decimal): -6539502 or 1193884. OLE color: 1193884.

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

Color convert

RGB1565518-
CMYK00.650.880.39
HSL16.09º79.31%34.12%-
HSV(B)16.09º88.46%61.18%-
XYZ15.199.841.67-
YUV80.9892.46181.51-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 68.12%
GREEN value IS 55 (21.88% from 255) = 24.02%
BLUE value IS 18 (7.42% from 255) = 7.86%
R=68.12%
G=24.02%
B=7.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.88
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156551800.650.880.3916.0979.3134.12
Hex9C37120415827104f22
Octal23467220101130472011742
Binary1001110011011110010010000011011000100111100001001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C3712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,55,18); }

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

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

 a { background-color: rgb(156,55,18); }

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

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

 span { border-color: rgb(156,55,18); }

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