#8D4A1D

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

Shades of Saddle Brown #8D4A1D

Tints of Saddle Brown #8D4A1D

Color information

#8D4A1D (or 0x8D4A1D) is unknown color: approx Saddle Brown. HEX triplet: 8D, 4A and 1D. RGB value is (141,74,29). Sum of RGB (Red+Green+Blue) = 141+74+29=244 (32% of max value = 765). Red value is 141 (55.47% from 255 or 57.79% from 244); Green value is 74 (29.30% from 255 or 30.33% from 244); Blue value is 29 (11.72% from 255 or 11.89% from 244); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4A1D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D4A1D is #72B5E2. Grayscale: #595959. Windows color (decimal): -7517667 or 1919629. OLE color: 1919629.

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

Color convert

RGB1417429-
CMYK00.480.790.45
HSL24.11º65.88%33.33%-
HSV(B)24.11º79.43%55.29%-
XYZ13.6610.652.5-
YUV88.994.2165.16-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 57.79%
GREEN value IS 74 (29.30% from 255) = 30.33%
BLUE value IS 29 (11.72% from 255) = 11.89%
R=57.79%
G=30.33%
B=11.89%

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
Decimal141742900.480.790.4524.1165.8833.33
Hex8D4A1D0304F2D184221
Octal21511235060117553010241
Binary1000110110010101110101100001001111101101110001000010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D4A1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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