#8D3809

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

Shades of Saddle Brown #8D3809

Tints of Saddle Brown #8D3809

Color information

#8D3809 (or 0x8D3809) is unknown color: approx Saddle Brown. HEX triplet: 8D, 38 and 09. RGB value is (141,56,9). Sum of RGB (Red+Green+Blue) = 141+56+9=206 (27% of max value = 765). Red value is 141 (55.47% from 255 or 68.45% from 206); Green value is 56 (22.27% from 255 or 27.18% from 206); Blue value is 9 (3.91% from 255 or 4.37% from 206); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3809 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8D3809 is #72C7F6. Grayscale: #4C4C4C. Windows color (decimal): -7522295 or 604301. OLE color: 604301.

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

Color convert

RGB141569-
CMYK00.600.940.45
HSL21.36º88%29.41%-
HSV(B)21.36º93.62%55.29%-
XYZ12.458.511.25-
YUV76.0690.16174.32-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 68.45%
GREEN value IS 56 (22.27% from 255) = 27.18%
BLUE value IS 9 (3.91% from 255) = 4.37%
R=68.45%
G=27.18%
B=4.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.94
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14156900.600.940.4521.368829.41
Hex8D38903C5E2D15581d
Octal2157011074136552513035
Binary1000110111100010010111100101111010110110101101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D3809

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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