#8C320C

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

Shades of Saddle Brown #8C320C

Tints of Saddle Brown #8C320C

Color information

#8C320C (or 0x8C320C) is unknown color: approx Saddle Brown. HEX triplet: 8C, 32 and 0C. RGB value is (140,50,12). Sum of RGB (Red+Green+Blue) = 140+50+12=202 (26% of max value = 765). Red value is 140 (55.08% from 255 or 69.31% from 202); Green value is 50 (19.92% from 255 or 24.75% from 202); Blue value is 12 (5.08% from 255 or 5.94% from 202); Max value from RGB is 140 - color contains mainly: red. Hex color #8C320C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C320C is #73CDF3. Grayscale: #484848. Windows color (decimal): -7589364 or 799372. OLE color: 799372.

HSL color Cylindrical-coordinate representation of color #8C320C: hue angle of 17.81º degrees, saturation: 0.84, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8C320C is Cyan = 0, Magento = 0.64, Yellow = 0.91 and Black (K on CMYK) = 0.45.

Color convert

RGB1405012-
CMYK00.640.910.45
HSL17.81º84.21%29.8%-
HSV(B)17.81º91.43%54.9%-
XYZ12.027.881.24-
YUV72.5893.82176.09-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 69.31%
GREEN value IS 50 (19.92% from 255) = 24.75%
BLUE value IS 12 (5.08% from 255) = 5.94%
R=69.31%
G=24.75%
B=5.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.91
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140501200.640.910.4517.8184.2129.8
Hex8C32C0405B2D12541e
Octal21462140100133552212436
Binary10001100110010110001000000101101110110110010101010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C320C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8C320C; }

 p { color: rgb(140,50,12); }

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

<style>
 a { background-color: #8C320C; }

 a { background-color: rgb(140,50,12); }

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

<style>
 span { border-color: #8C320C; }

 span { border-color: rgb(140,50,12); }

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