#8D4032

Color #8D4032 Prairie Sand (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Prairie Sand #8D4032

Tints of Prairie Sand #8D4032

Color information

#8D4032 (or 0x8D4032) is unknown color: approx Prairie Sand. HEX triplet: 8D, 40 and 32. RGB value is (141,64,50). Sum of RGB (Red+Green+Blue) = 141+64+50=255 (33% of max value = 765). Red value is 141 (55.47% from 255 or 55.29% from 255); Green value is 64 (25.39% from 255 or 25.10% from 255); Blue value is 50 (19.92% from 255 or 19.61% from 255); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4032 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D4032 is #72BFCD. Grayscale: #555555. Windows color (decimal): -7520206 or 3293325. OLE color: 3293325.

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

Color convert

RGB1416450-
CMYK00.550.650.45
HSL9.23º47.64%37.45%-
HSV(B)9.23º64.54%55.29%-
XYZ13.399.564.16-
YUV85.43108.01167.64-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 55.29%
GREEN value IS 64 (25.39% from 255) = 25.10%
BLUE value IS 50 (19.92% from 255) = 19.61%
R=55.29%
G=25.10%
B=19.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.65
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141645000.550.650.459.2347.6437.45
Hex8D4032037412D93025
Octal2151006206710155116045
Binary100011011000000110010011011110000011011011001110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D4032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,64,50); }

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

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

 a { background-color: rgb(141,64,50); }

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

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

 span { border-color: rgb(141,64,50); }

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