#873F34

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

Shades of Prairie Sand #873F34

Tints of Prairie Sand #873F34

Color information

#873F34 (or 0x873F34) is unknown color: approx Prairie Sand. HEX triplet: 87, 3F and 34. RGB value is (135,63,52). Sum of RGB (Red+Green+Blue) = 135+63+52=250 (33% of max value = 765). Red value is 135 (53.12% from 255 or 54% from 250); Green value is 63 (25% from 255 or 25.2% from 250); Blue value is 52 (20.70% from 255 or 20.8% from 250); Max value from RGB is 135 - color contains mainly: red. Hex color #873F34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #873F34 is #78C0CB. Grayscale: #535353. Windows color (decimal): -7913676 or 3424135. OLE color: 3424135.

HSL color Cylindrical-coordinate representation of color #873F34: hue angle of 7.95º 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 #873F34 is Cyan = 0, Magento = 0.53, Yellow = 0.61 and Black (K on CMYK) = 0.47.

Color convert

RGB1356352-
CMYK00.530.610.47
HSL7.95º44.39%36.67%-
HSV(B)7.95º61.48%52.94%-
XYZ12.398.954.32-
YUV83.27110.35164.89-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 54%
GREEN value IS 63 (25% from 255) = 25.2%
BLUE value IS 52 (20.70% from 255) = 20.8%
R=54%
G=25.2%
B=20.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.61
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135635200.530.610.477.9544.3936.67
Hex873F340353D2F82c25
Octal20777640657557105445
Binary1000011111111111010001101011111011011111000101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #873F34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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