#8C3B19

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

Shades of Saddle Brown #8C3B19

Tints of Saddle Brown #8C3B19

Color information

#8C3B19 (or 0x8C3B19) is unknown color: approx Saddle Brown. HEX triplet: 8C, 3B and 19. RGB value is (140,59,25). Sum of RGB (Red+Green+Blue) = 140+59+25=224 (29% of max value = 765). Red value is 140 (55.08% from 255 or 62.5% from 224); Green value is 59 (23.44% from 255 or 26.34% from 224); Blue value is 25 (10.16% from 255 or 11.16% from 224); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3B19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C3B19 is #73C4E6. Grayscale: #4F4F4F. Windows color (decimal): -7587047 or 1653644. OLE color: 1653644.

HSL color Cylindrical-coordinate representation of color #8C3B19: hue angle of 17.74º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8C3B19 is Cyan = 0, Magento = 0.58, Yellow = 0.82 and Black (K on CMYK) = 0.45.

Color convert

RGB1405925-
CMYK00.580.820.45
HSL17.74º69.7%32.35%-
HSV(B)17.74º82.14%54.9%-
XYZ12.558.771.95-
YUV79.3497.34171.26-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 62.5%
GREEN value IS 59 (23.44% from 255) = 26.34%
BLUE value IS 25 (10.16% from 255) = 11.16%
R=62.5%
G=26.34%
B=11.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.82
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140592500.580.820.4517.7469.732.35
Hex8C3B1903A522D124620
Octal2147331072122552210640
Binary100011001110111100101110101010010101101100101000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C3B19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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