#8C3B0C

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

Shades of Saddle Brown #8C3B0C

Tints of Saddle Brown #8C3B0C

Color information

#8C3B0C (or 0x8C3B0C) is unknown color: approx Saddle Brown. HEX triplet: 8C, 3B and 0C. RGB value is (140,59,12). Sum of RGB (Red+Green+Blue) = 140+59+12=211 (27% of max value = 765). Red value is 140 (55.08% from 255 or 66.35% from 211); Green value is 59 (23.44% from 255 or 27.96% from 211); Blue value is 12 (5.08% from 255 or 5.69% from 211); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3B0C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C3B0C is #73C4F3. Grayscale: #4E4E4E. Windows color (decimal): -7587060 or 801676. OLE color: 801676.

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

Color convert

RGB1405912-
CMYK00.580.910.45
HSL22.03º84.21%29.8%-
HSV(B)22.03º91.43%54.9%-
XYZ12.458.731.38-
YUV77.8690.84172.32-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 66.35%
GREEN value IS 59 (23.44% from 255) = 27.96%
BLUE value IS 12 (5.08% from 255) = 5.69%
R=66.35%
G=27.96%
B=5.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.91
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140591200.580.910.4522.0384.2129.8
Hex8C3BC03A5B2D16541e
Octal2147314072133552612436
Binary1000110011101111000111010101101110110110110101010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C3B0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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