#8D4508

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

Shades of Saddle Brown #8D4508

Tints of Saddle Brown #8D4508

Color information

#8D4508 (or 0x8D4508) is unknown color: approx Saddle Brown. HEX triplet: 8D, 45 and 08. RGB value is (141,69,8). Sum of RGB (Red+Green+Blue) = 141+69+8=218 (28% of max value = 765). Red value is 141 (55.47% from 255 or 64.68% from 218); Green value is 69 (27.34% from 255 or 31.65% from 218); Blue value is 8 (3.52% from 255 or 3.67% from 218); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4508 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8D4508 is #72BAF7. Grayscale: #535353. Windows color (decimal): -7518968 or 542093. OLE color: 542093.

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

Color convert

RGB141698-
CMYK00.510.940.45
HSL27.52º89.26%29.22%-
HSV(B)27.52º94.33%55.29%-
XYZ13.169.941.45-
YUV83.5785.35168.96-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 64.68%
GREEN value IS 69 (27.34% from 255) = 31.65%
BLUE value IS 8 (3.52% from 255) = 3.67%
R=64.68%
G=31.65%
B=3.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.94
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14169800.510.940.4527.5289.2629.22
Hex8D4580335E2D1c591d
Octal21510510063136553413135
Binary10001101100010110000110011101111010110111100101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D4508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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