#8c3f19

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

Shades of Saddle Brown #8C3F19

Tints of Saddle Brown #8C3F19

Color information

#8C3F19 (or 0x8C3F19) is unknown color: approx Saddle Brown. HEX triplet: 8C, 3F and 19. RGB value is (140,63,25). Sum of RGB (Red+Green+Blue) = 140+63+25=228 (30% of max value = 765). Red value is 140 (55.08% from 255 or 61.40% from 228); Green value is 63 (25% from 255 or 27.63% from 228); Blue value is 25 (10.16% from 255 or 10.96% from 228); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3F19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C3F19 is #73C0E6. Grayscale: #515151. Windows color (decimal): -7586023 or 1654668. OLE color: 1654668.

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

Color convert

RGB1406325-
CMYK00.550.820.45
HSL19.83º69.7%32.35%-
HSV(B)19.83º82.14%54.9%-
XYZ12.779.22.02-
YUV81.6996.01169.59-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 61.40%
GREEN value IS 63 (25% from 255) = 27.63%
BLUE value IS 25 (10.16% from 255) = 10.96%
R=61.40%
G=27.63%
B=10.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.82
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140632500.550.820.4519.8369.732.35
Hex8C3F19037522D144620
Octal2147731067122552410640
Binary100011001111111100101101111010010101101101001000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8c3f19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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