#9C320B

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

Shades of Saddle Brown #9C320B

Tints of Saddle Brown #9C320B

Color information

#9C320B (or 0x9C320B) is unknown color: approx Saddle Brown. HEX triplet: 9C, 32 and 0B. RGB value is (156,50,11). Sum of RGB (Red+Green+Blue) = 156+50+11=217 (28% of max value = 765). Red value is 156 (61.33% from 255 or 71.89% from 217); Green value is 50 (19.92% from 255 or 23.04% from 217); Blue value is 11 (4.69% from 255 or 5.07% from 217); Max value from RGB is 156 - color contains mainly: red. Hex color #9C320B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9C320B is #63CDF4. Grayscale: #4D4D4D. Windows color (decimal): -6540789 or 733852. OLE color: 733852.

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

Color convert

RGB1565011-
CMYK00.680.930.39
HSL16.14º86.83%32.75%-
HSV(B)16.14º92.95%61.18%-
XYZ14.919.371.34-
YUV77.2590.62184.17-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 71.89%
GREEN value IS 50 (19.92% from 255) = 23.04%
BLUE value IS 11 (4.69% from 255) = 5.07%
R=71.89%
G=23.04%
B=5.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.93
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156501100.680.930.3916.1486.8332.75
Hex9C32B0445D27105721
Octal23462130104135472012741
Binary100111001100101011010001001011101100111100001010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C320B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,50,11); }

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

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

 a { background-color: rgb(156,50,11); }

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

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

 span { border-color: rgb(156,50,11); }

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