#8D4408

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

Shades of Saddle Brown #8D4408

Tints of Saddle Brown #8D4408

Color information

#8D4408 (or 0x8D4408) is unknown color: approx Saddle Brown. HEX triplet: 8D, 44 and 08. RGB value is (141,68,8). Sum of RGB (Red+Green+Blue) = 141+68+8=217 (28% of max value = 765). Red value is 141 (55.47% from 255 or 64.98% from 217); Green value is 68 (26.95% from 255 or 31.34% from 217); Blue value is 8 (3.52% from 255 or 3.69% from 217); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4408 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8D4408 is #72BBF7. Grayscale: #535353. Windows color (decimal): -7519224 or 541837. OLE color: 541837.

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

Color convert

RGB141688-
CMYK00.520.940.45
HSL27.07º89.26%29.22%-
HSV(B)27.07º94.33%55.29%-
XYZ13.19.811.43-
YUV82.9985.68169.38-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 64.98%
GREEN value IS 68 (26.95% from 255) = 31.34%
BLUE value IS 8 (3.52% from 255) = 3.69%
R=64.98%
G=31.34%
B=3.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.94
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14168800.520.940.4527.0789.2629.22
Hex8D4480345E2D1b591d
Octal21510410064136553313135
Binary10001101100010010000110100101111010110111011101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D4408

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,68,8); }

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

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

 a { background-color: rgb(141,68,8); }

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

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

 span { border-color: rgb(141,68,8); }

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