#873E3A

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

Shades of Prairie Sand #873E3A

Tints of Prairie Sand #873E3A

Color information

#873E3A (or 0x873E3A) is unknown color: approx Prairie Sand. HEX triplet: 87, 3E and 3A. RGB value is (135,62,58). Sum of RGB (Red+Green+Blue) = 135+62+58=255 (33% of max value = 765). Red value is 135 (53.12% from 255 or 52.94% from 255); Green value is 62 (24.61% from 255 or 24.31% from 255); Blue value is 58 (23.05% from 255 or 22.75% from 255); Max value from RGB is 135 - color contains mainly: red. Hex color #873E3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #873E3A is #78C1C5. Grayscale: #535353. Windows color (decimal): -7913926 or 3817095. OLE color: 3817095.

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

Color convert

RGB1356258-
CMYK00.540.570.47
HSL3.12º39.9%37.84%-
HSV(B)3.12º57.04%52.94%-
XYZ12.488.95.06-
YUV83.37113.68164.83-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 52.94%
GREEN value IS 62 (24.61% from 255) = 24.31%
BLUE value IS 58 (23.05% from 255) = 22.75%
R=52.94%
G=24.31%
B=22.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.57
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135625800.540.570.473.1239.937.84
Hex873E3A036392F32826
Octal2077672066715735046
Binary10000111111110111010011011011100110111111101000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #873E3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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