#8D441F

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

Shades of Saddle Brown #8D441F

Tints of Saddle Brown #8D441F

Color information

#8D441F (or 0x8D441F) is unknown color: approx Saddle Brown. HEX triplet: 8D, 44 and 1F. RGB value is (141,68,31). Sum of RGB (Red+Green+Blue) = 141+68+31=240 (31% of max value = 765). Red value is 141 (55.47% from 255 or 58.75% from 240); Green value is 68 (26.95% from 255 or 28.33% from 240); Blue value is 31 (12.5% from 255 or 12.92% from 240); Max value from RGB is 141 - color contains mainly: red. Hex color #8D441F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D441F is #72BBE0. Grayscale: #555555. Windows color (decimal): -7519201 or 2049165. OLE color: 2049165.

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

Color convert

RGB1416831-
CMYK00.520.780.45
HSL20.18º63.95%33.73%-
HSV(B)20.18º78.01%55.29%-
XYZ13.39.92.51-
YUV85.6197.18167.51-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 58.75%
GREEN value IS 68 (26.95% from 255) = 28.33%
BLUE value IS 31 (12.5% from 255) = 12.92%
R=58.75%
G=28.33%
B=12.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.78
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141683100.520.780.4520.1863.9533.73
Hex8D441F0344E2D144022
Octal21510437064116552410042
Binary1000110110001001111101101001001110101101101001000000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D441F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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