#8D3E0E

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

Shades of Saddle Brown #8D3E0E

Tints of Saddle Brown #8D3E0E

Color information

#8D3E0E (or 0x8D3E0E) is unknown color: approx Saddle Brown. HEX triplet: 8D, 3E and 0E. RGB value is (141,62,14). Sum of RGB (Red+Green+Blue) = 141+62+14=217 (28% of max value = 765). Red value is 141 (55.47% from 255 or 64.98% from 217); Green value is 62 (24.61% from 255 or 28.57% from 217); Blue value is 14 (5.86% from 255 or 6.45% from 217); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3E0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8D3E0E is #72C1F1. Grayscale: #505050. Windows color (decimal): -7520754 or 933517. OLE color: 933517.

HSL color Cylindrical-coordinate representation of color #8D3E0E: hue angle of 22.68º degrees, saturation: 0.82, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8D3E0E is Cyan = 0, Magento = 0.56, Yellow = 0.90 and Black (K on CMYK) = 0.45.

Color convert

RGB1416214-
CMYK00.560.900.45
HSL22.68º81.94%30.39%-
HSV(B)22.68º90.07%55.29%-
XYZ12.799.141.51-
YUV80.1590.67171.4-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 64.98%
GREEN value IS 62 (24.61% from 255) = 28.57%
BLUE value IS 14 (5.86% from 255) = 6.45%
R=64.98%
G=28.57%
B=6.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.90
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141621400.560.900.4522.6881.9430.39
Hex8D3EE0385A2D17521e
Octal2157616070132552712236
Binary1000110111111011100111000101101010110110111101001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D3E0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,62,14); }

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

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

 a { background-color: rgb(141,62,14); }

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

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

 span { border-color: rgb(141,62,14); }

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