#8c340c

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

Shades of Saddle Brown #8C340C

Tints of Saddle Brown #8C340C

Color information

#8C340C (or 0x8C340C) is unknown color: approx Saddle Brown. HEX triplet: 8C, 34 and 0C. RGB value is (140,52,12). Sum of RGB (Red+Green+Blue) = 140+52+12=204 (27% of max value = 765). Red value is 140 (55.08% from 255 or 68.63% from 204); Green value is 52 (20.70% from 255 or 25.49% from 204); Blue value is 12 (5.08% from 255 or 5.88% from 204); Max value from RGB is 140 - color contains mainly: red. Hex color #8C340C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C340C is #73CBF3. Grayscale: #4A4A4A. Windows color (decimal): -7588852 or 799884. OLE color: 799884.

HSL color Cylindrical-coordinate representation of color #8C340C: hue angle of 18.75º 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 #8C340C is Cyan = 0, Magento = 0.63, Yellow = 0.91 and Black (K on CMYK) = 0.45.

Color convert

RGB1405212-
CMYK00.630.910.45
HSL18.75º84.21%29.8%-
HSV(B)18.75º91.43%54.9%-
XYZ12.118.061.26-
YUV73.7593.15175.25-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 68.63%
GREEN value IS 52 (20.70% from 255) = 25.49%
BLUE value IS 12 (5.08% from 255) = 5.88%
R=68.63%
G=25.49%
B=5.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.91
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140521200.630.910.4518.7584.2129.8
Hex8C34C03F5B2D13541e
Octal2146414077133552312436
Binary1000110011010011000111111101101110110110011101010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8c340c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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