#8C3D04

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

Shades of Saddle Brown #8C3D04

Tints of Saddle Brown #8C3D04

Color information

#8C3D04 (or 0x8C3D04) is unknown color: approx Saddle Brown. HEX triplet: 8C, 3D and 04. RGB value is (140,61,4). Sum of RGB (Red+Green+Blue) = 140+61+4=205 (27% of max value = 765). Red value is 140 (55.08% from 255 or 68.29% from 205); Green value is 61 (24.22% from 255 or 29.76% from 205); Blue value is 4 (1.95% from 255 or 1.95% from 205); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3D04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C3D04 is #73C2FB. Grayscale: #4E4E4E. Windows color (decimal): -7586556 or 277900. OLE color: 277900.

HSL color Cylindrical-coordinate representation of color #8C3D04: hue angle of 25.15º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8C3D04 is Cyan = 0, Magento = 0.56, Yellow = 0.97 and Black (K on CMYK) = 0.45.

Color convert

RGB140614-
CMYK00.560.970.45
HSL25.15º94.44%28.24%-
HSV(B)25.15º97.14%54.9%-
XYZ12.518.921.18-
YUV78.1286.17172.13-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 68.29%
GREEN value IS 61 (24.22% from 255) = 29.76%
BLUE value IS 4 (1.95% from 255) = 1.95%
R=68.29%
G=29.76%
B=1.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.97
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14061400.560.970.4525.1594.4428.24
Hex8C3D4038612D195e1c
Octal214754070141553113634
Binary100011001111011000111000110000110110111001101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C3D04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,61,4); }

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

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

 a { background-color: rgb(140,61,4); }

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

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

 span { border-color: rgb(140,61,4); }

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