#9C320A

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

Shades of Saddle Brown #9C320A

Tints of Saddle Brown #9C320A

Color information

#9C320A (or 0x9C320A) is unknown color: approx Saddle Brown. HEX triplet: 9C, 32 and 0A. RGB value is (156,50,10). Sum of RGB (Red+Green+Blue) = 156+50+10=216 (28% of max value = 765). Red value is 156 (61.33% from 255 or 72.22% from 216); Green value is 50 (19.92% from 255 or 23.15% from 216); Blue value is 10 (4.30% from 255 or 4.63% from 216); Max value from RGB is 156 - color contains mainly: red. Hex color #9C320A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9C320A is #63CDF5. Grayscale: #4D4D4D. Windows color (decimal): -6540790 or 668316. OLE color: 668316.

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

Color convert

RGB1565010-
CMYK00.680.940.39
HSL16.44º87.95%32.55%-
HSV(B)16.44º93.59%61.18%-
XYZ14.919.371.31-
YUV77.1390.12184.25-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 72.22%
GREEN value IS 50 (19.92% from 255) = 23.15%
BLUE value IS 10 (4.30% from 255) = 4.63%
R=72.22%
G=23.15%
B=4.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.94
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156501000.680.940.3916.4487.9532.55
Hex9C32A0445E27105821
Octal23462120104136472013041
Binary100111001100101010010001001011110100111100001011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C320A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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