#8D3914

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

Shades of Saddle Brown #8D3914

Tints of Saddle Brown #8D3914

Color information

#8D3914 (or 0x8D3914) is unknown color: approx Saddle Brown. HEX triplet: 8D, 39 and 14. RGB value is (141,57,20). Sum of RGB (Red+Green+Blue) = 141+57+20=218 (28% of max value = 765). Red value is 141 (55.47% from 255 or 64.68% from 218); Green value is 57 (22.66% from 255 or 26.15% from 218); Blue value is 20 (8.20% from 255 or 9.17% from 218); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3914 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8D3914 is #72C6EB. Grayscale: #4E4E4E. Windows color (decimal): -7522028 or 1325453. OLE color: 1325453.

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

Color convert

RGB1415720-
CMYK00.600.860.45
HSL18.35º75.16%31.57%-
HSV(B)18.35º85.82%55.29%-
XYZ12.578.641.67-
YUV77.995.33173.01-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 64.68%
GREEN value IS 57 (22.66% from 255) = 26.15%
BLUE value IS 20 (8.20% from 255) = 9.17%
R=64.68%
G=26.15%
B=9.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.86
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141572000.600.860.4518.3575.1631.57
Hex8D391403C562D124b20
Octal2157124074126552211340
Binary100011011110011010001111001010110101101100101001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D3914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,57,20); }

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

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

 a { background-color: rgb(141,57,20); }

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

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

 span { border-color: rgb(141,57,20); }

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