#8D3814

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

Shades of Saddle Brown #8D3814

Tints of Saddle Brown #8D3814

Color information

#8D3814 (or 0x8D3814) is unknown color: approx Saddle Brown. HEX triplet: 8D, 38 and 14. RGB value is (141,56,20). Sum of RGB (Red+Green+Blue) = 141+56+20=217 (28% of max value = 765). Red value is 141 (55.47% from 255 or 64.98% from 217); Green value is 56 (22.27% from 255 or 25.81% from 217); Blue value is 20 (8.20% from 255 or 9.22% from 217); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3814 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8D3814 is #72C7EB. Grayscale: #4D4D4D. Windows color (decimal): -7522284 or 1325197. OLE color: 1325197.

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

Color convert

RGB1415620-
CMYK00.600.860.45
HSL17.85º75.16%31.57%-
HSV(B)17.85º85.82%55.29%-
XYZ12.528.541.65-
YUV77.3195.66173.43-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 64.98%
GREEN value IS 56 (22.27% from 255) = 25.81%
BLUE value IS 20 (8.20% from 255) = 9.22%
R=64.98%
G=25.81%
B=9.22%

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
Decimal141562000.600.860.4517.8575.1631.57
Hex8D381403C562D124b20
Octal2157024074126552211340
Binary100011011110001010001111001010110101101100101001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D3814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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