#8D491F

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

Shades of Saddle Brown #8D491F

Tints of Saddle Brown #8D491F

Color information

#8D491F (or 0x8D491F) is unknown color: approx Saddle Brown. HEX triplet: 8D, 49 and 1F. RGB value is (141,73,31). Sum of RGB (Red+Green+Blue) = 141+73+31=245 (32% of max value = 765). Red value is 141 (55.47% from 255 or 57.55% from 245); Green value is 73 (28.91% from 255 or 29.80% from 245); Blue value is 31 (12.5% from 255 or 12.65% from 245); Max value from RGB is 141 - color contains mainly: red. Hex color #8D491F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D491F is #72B6E0. Grayscale: #585858. Windows color (decimal): -7517921 or 2050445. OLE color: 2050445.

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

Color convert

RGB1417331-
CMYK00.480.780.45
HSL22.91º63.95%33.73%-
HSV(B)22.91º78.01%55.29%-
XYZ13.6110.532.61-
YUV88.5495.53165.42-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 57.55%
GREEN value IS 73 (28.91% from 255) = 29.80%
BLUE value IS 31 (12.5% from 255) = 12.65%
R=57.55%
G=29.80%
B=12.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.78
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141733100.480.780.4522.9163.9533.73
Hex8D491F0304E2D174022
Octal21511137060116552710042
Binary1000110110010011111101100001001110101101101111000000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D491F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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