#873E34

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

Shades of Prairie Sand #873E34

Tints of Prairie Sand #873E34

Color information

#873E34 (or 0x873E34) is unknown color: approx Prairie Sand. HEX triplet: 87, 3E and 34. RGB value is (135,62,52). Sum of RGB (Red+Green+Blue) = 135+62+52=249 (32% of max value = 765). Red value is 135 (53.12% from 255 or 54.22% from 249); Green value is 62 (24.61% from 255 or 24.90% from 249); Blue value is 52 (20.70% from 255 or 20.88% from 249); Max value from RGB is 135 - color contains mainly: red. Hex color #873E34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #873E34 is #78C1CB. Grayscale: #525252. Windows color (decimal): -7913932 or 3423879. OLE color: 3423879.

HSL color Cylindrical-coordinate representation of color #873E34: hue angle of 7.23º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #873E34 is Cyan = 0, Magento = 0.54, Yellow = 0.61 and Black (K on CMYK) = 0.47.

Color convert

RGB1356252-
CMYK00.540.610.47
HSL7.23º44.39%36.67%-
HSV(B)7.23º61.48%52.94%-
XYZ12.338.844.31-
YUV82.69110.68165.31-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 54.22%
GREEN value IS 62 (24.61% from 255) = 24.90%
BLUE value IS 52 (20.70% from 255) = 20.88%
R=54.22%
G=24.90%
B=20.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.61
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135625200.540.610.477.2344.3936.67
Hex873E340363D2F72c25
Octal2077664066755775445
Binary100001111111101101000110110111101101111111101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #873E34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #873E34; }

 p { color: rgb(135,62,52); }

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

<style>
 a { background-color: #873E34; }

 a { background-color: rgb(135,62,52); }

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

<style>
 span { border-color: #873E34; }

 span { border-color: rgb(135,62,52); }

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