#873D36

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

Shades of Prairie Sand #873D36

Tints of Prairie Sand #873D36

Color information

#873D36 (or 0x873D36) is unknown color: approx Prairie Sand. HEX triplet: 87, 3D and 36. RGB value is (135,61,54). Sum of RGB (Red+Green+Blue) = 135+61+54=250 (33% of max value = 765). Red value is 135 (53.12% from 255 or 54% from 250); Green value is 61 (24.22% from 255 or 24.4% from 250); Blue value is 54 (21.48% from 255 or 21.6% from 250); Max value from RGB is 135 - color contains mainly: red. Hex color #873D36 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #873D36 is #78C2C9. Grayscale: #525252. Windows color (decimal): -7914186 or 3554695. OLE color: 3554695.

HSL color Cylindrical-coordinate representation of color #873D36: hue angle of 5.19º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #873D36 is Cyan = 0, Magento = 0.55, Yellow = 0.60 and Black (K on CMYK) = 0.47.

Color convert

RGB1356154-
CMYK00.550.600.47
HSL5.19º42.86%37.06%-
HSV(B)5.19º60%52.94%-
XYZ12.338.754.53-
YUV82.33112.02165.57-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 54%
GREEN value IS 61 (24.22% from 255) = 24.4%
BLUE value IS 54 (21.48% from 255) = 21.6%
R=54%
G=24.4%
B=21.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.60
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135615400.550.600.475.1942.8637.06
Hex873D360373C2F52b25
Octal2077566067745755345
Binary100001111111011101100110111111100101111101101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #873D36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,61,54); }

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

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

 a { background-color: rgb(135,61,54); }

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

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

 span { border-color: rgb(135,61,54); }

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