#8D4C1D

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

Shades of Saddle Brown #8D4C1D

Tints of Saddle Brown #8D4C1D

Color information

#8D4C1D (or 0x8D4C1D) is unknown color: approx Saddle Brown. HEX triplet: 8D, 4C and 1D. RGB value is (141,76,29). Sum of RGB (Red+Green+Blue) = 141+76+29=246 (32% of max value = 765). Red value is 141 (55.47% from 255 or 57.32% from 246); Green value is 76 (30.08% from 255 or 30.89% from 246); Blue value is 29 (11.72% from 255 or 11.79% from 246); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4C1D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D4C1D is #72B3E2. Grayscale: #5A5A5A. Windows color (decimal): -7517155 or 1920141. OLE color: 1920141.

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

Color convert

RGB1417629-
CMYK00.460.790.45
HSL25.18º65.88%33.33%-
HSV(B)25.18º79.43%55.29%-
XYZ13.7910.922.54-
YUV90.0893.53164.32-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 57.32%
GREEN value IS 76 (30.08% from 255) = 30.89%
BLUE value IS 29 (11.72% from 255) = 11.79%
R=57.32%
G=30.89%
B=11.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.79
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141762900.460.790.4525.1865.8833.33
Hex8D4C1D02E4F2D194221
Octal21511435056117553110241
Binary1000110110011001110101011101001111101101110011000010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D4C1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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