#873A35

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

Shades of Prairie Sand #873A35

Tints of Prairie Sand #873A35

Color information

#873A35 (or 0x873A35) is unknown color: approx Prairie Sand. HEX triplet: 87, 3A and 35. RGB value is (135,58,53). Sum of RGB (Red+Green+Blue) = 135+58+53=246 (32% of max value = 765). Red value is 135 (53.12% from 255 or 54.88% from 246); Green value is 58 (23.05% from 255 or 23.58% from 246); Blue value is 53 (21.09% from 255 or 21.54% from 246); Max value from RGB is 135 - color contains mainly: red. Hex color #873A35 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #873A35 is #78C5CA. Grayscale: #505050. Windows color (decimal): -7914955 or 3488391. OLE color: 3488391.

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

Color convert

RGB1355853-
CMYK00.570.610.47
HSL3.66º43.62%36.86%-
HSV(B)3.66º60.74%52.94%-
XYZ12.158.434.36-
YUV80.45112.51166.91-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 54.88%
GREEN value IS 58 (23.05% from 255) = 23.58%
BLUE value IS 53 (21.09% from 255) = 21.54%
R=54.88%
G=23.58%
B=21.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.61
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135585300.570.610.473.6643.6236.86
Hex873A350393D2F42c25
Octal2077265071755745445
Binary100001111110101101010111001111101101111100101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #873A35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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