#8D5008

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

Shades of Saddle Brown #8D5008

Tints of Saddle Brown #8D5008

Color information

#8D5008 (or 0x8D5008) is unknown color: approx Saddle Brown. HEX triplet: 8D, 50 and 08. RGB value is (141,80,8). Sum of RGB (Red+Green+Blue) = 141+80+8=229 (30% of max value = 765). Red value is 141 (55.47% from 255 or 61.57% from 229); Green value is 80 (31.64% from 255 or 34.93% from 229); Blue value is 8 (3.52% from 255 or 3.49% from 229); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5008 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8D5008 is #72AFF7. Grayscale: #5A5A5A. Windows color (decimal): -7516152 or 544909. OLE color: 544909.

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

Color convert

RGB141808-
CMYK00.430.940.45
HSL32.48º89.26%29.22%-
HSV(B)32.48º94.33%55.29%-
XYZ13.911.421.7-
YUV90.0381.71164.35-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 61.57%
GREEN value IS 80 (31.64% from 255) = 34.93%
BLUE value IS 8 (3.52% from 255) = 3.49%
R=61.57%
G=34.93%
B=3.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.94
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14180800.430.940.4532.4889.2629.22
Hex8D50802B5E2D20591d
Octal21512010053136554013135
Binary100011011010000100001010111011110101101100000101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D5008

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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