#8D4314

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

Shades of Saddle Brown #8D4314

Tints of Saddle Brown #8D4314

Color information

#8D4314 (or 0x8D4314) is unknown color: approx Saddle Brown. HEX triplet: 8D, 43 and 14. RGB value is (141,67,20). Sum of RGB (Red+Green+Blue) = 141+67+20=228 (30% of max value = 765). Red value is 141 (55.47% from 255 or 61.84% from 228); Green value is 67 (26.56% from 255 or 29.39% from 228); Blue value is 20 (8.20% from 255 or 8.77% from 228); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4314 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8D4314 is #72BCEB. Grayscale: #545454. Windows color (decimal): -7519468 or 1328013. OLE color: 1328013.

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

Color convert

RGB1416720-
CMYK00.520.860.45
HSL23.31º75.16%31.57%-
HSV(B)23.31º85.82%55.29%-
XYZ13.129.731.85-
YUV83.7792.02168.82-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 61.84%
GREEN value IS 67 (26.56% from 255) = 29.39%
BLUE value IS 20 (8.20% from 255) = 8.77%
R=61.84%
G=29.39%
B=8.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.86
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141672000.520.860.4523.3175.1631.57
Hex8D4314034562D174b20
Octal21510324064126552711340
Binary1000110110000111010001101001010110101101101111001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D4314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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