#8D491D

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

Shades of Saddle Brown #8D491D

Tints of Saddle Brown #8D491D

Color information

#8D491D (or 0x8D491D) is unknown color: approx Saddle Brown. HEX triplet: 8D, 49 and 1D. RGB value is (141,73,29). Sum of RGB (Red+Green+Blue) = 141+73+29=243 (32% of max value = 765). Red value is 141 (55.47% from 255 or 58.02% from 243); Green value is 73 (28.91% from 255 or 30.04% from 243); Blue value is 29 (11.72% from 255 or 11.93% from 243); Max value from RGB is 141 - color contains mainly: red. Hex color #8D491D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D491D is #72B6E2. Grayscale: #585858. Windows color (decimal): -7517923 or 1919373. OLE color: 1919373.

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

Color convert

RGB1417329-
CMYK00.480.790.45
HSL23.57º65.88%33.33%-
HSV(B)23.57º79.43%55.29%-
XYZ13.5910.522.48-
YUV88.3294.53165.58-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 58.02%
GREEN value IS 73 (28.91% from 255) = 30.04%
BLUE value IS 29 (11.72% from 255) = 11.93%
R=58.02%
G=30.04%
B=11.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.79
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141732900.480.790.4523.5765.8833.33
Hex8D491D0304F2D184221
Octal21511135060117553010241
Binary1000110110010011110101100001001111101101110001000010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D491D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,73,29); }

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

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

 a { background-color: rgb(141,73,29); }

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

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

 span { border-color: rgb(141,73,29); }

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