#8D4000

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

Shades of Saddle Brown #8D4000

Tints of Saddle Brown #8D4000

Color information

#8D4000 (or 0x8D4000) is unknown color: approx Saddle Brown. HEX triplet: 8D, 40 and 00. RGB value is (141,64,0). Sum of RGB (Red+Green+Blue) = 141+64+0=205 (27% of max value = 765). Red value is 141 (55.47% from 255 or 68.78% from 205); Green value is 64 (25.39% from 255 or 31.22% from 205); Blue value is 0 (0.39% from 255 or 0% from 205); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4000 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8D4000 is #72BFFF. Grayscale: #505050. Windows color (decimal): -7520256 or 16525. OLE color: 16525.

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

Color convert

RGB141640-
CMYK00.5510.45
HSL27.23º100%27.65%-
HSV(B)27.23º100%55.29%-
XYZ12.829.331.13-
YUV79.7383.01171.7-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 68.78%
GREEN value IS 64 (25.39% from 255) = 31.22%
BLUE value IS 0 (0.39% from 255) = 0%
R=68.78%
G=31.22%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 1
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14164000.5510.4527.2310027.65
Hex8D400037642D1b641c
Octal2151000067144553314434
Binary10001101100000000110111110010010110111011110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D4000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,64,0); }

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

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

 a { background-color: rgb(141,64,0); }

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

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

 span { border-color: rgb(141,64,0); }

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