#8D4333

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

Shades of Prairie Sand #8D4333

Tints of Prairie Sand #8D4333

Color information

#8D4333 (or 0x8D4333) is unknown color: approx Prairie Sand. HEX triplet: 8D, 43 and 33. RGB value is (141,67,51). Sum of RGB (Red+Green+Blue) = 141+67+51=259 (34% of max value = 765). Red value is 141 (55.47% from 255 or 54.44% from 259); Green value is 67 (26.56% from 255 or 25.87% from 259); Blue value is 51 (20.31% from 255 or 19.69% from 259); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4333 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D4333 is #72BCCC. Grayscale: #575757. Windows color (decimal): -7519437 or 3359629. OLE color: 3359629.

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

Color convert

RGB1416751-
CMYK00.520.640.45
HSL10.67º46.88%37.65%-
HSV(B)10.67º63.83%55.29%-
XYZ13.599.924.33-
YUV87.3107.52166.3-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 54.44%
GREEN value IS 67 (26.56% from 255) = 25.87%
BLUE value IS 51 (20.31% from 255) = 19.69%
R=54.44%
G=25.87%
B=19.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.64
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141675100.520.640.4510.6746.8837.65
Hex8D4333034402Db2f26
Octal2151036306410055135746
Binary100011011000011110011011010010000001011011011101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D4333

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,67,51); }

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

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

 a { background-color: rgb(141,67,51); }

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

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

 span { border-color: rgb(141,67,51); }

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