#873D35

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

Shades of Prairie Sand #873D35

Tints of Prairie Sand #873D35

Color information

#873D35 (or 0x873D35) is unknown color: approx Prairie Sand. HEX triplet: 87, 3D and 35. RGB value is (135,61,53). Sum of RGB (Red+Green+Blue) = 135+61+53=249 (32% of max value = 765). Red value is 135 (53.12% from 255 or 54.22% from 249); Green value is 61 (24.22% from 255 or 24.50% from 249); Blue value is 53 (21.09% from 255 or 21.29% from 249); Max value from RGB is 135 - color contains mainly: red. Hex color #873D35 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #873D35 is #78C2CA. Grayscale: #525252. Windows color (decimal): -7914187 or 3489159. OLE color: 3489159.

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

Color convert

RGB1356153-
CMYK00.550.610.47
HSL5.85º43.62%36.86%-
HSV(B)5.85º60.74%52.94%-
XYZ12.38.754.41-
YUV82.21111.52165.65-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 54.22%
GREEN value IS 61 (24.22% from 255) = 24.50%
BLUE value IS 53 (21.09% from 255) = 21.29%
R=54.22%
G=24.50%
B=21.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.61
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135615300.550.610.475.8543.6236.86
Hex873D350373D2F62c25
Octal2077565067755765445
Binary100001111111011101010110111111101101111110101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #873D35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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