#873D31

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

Shades of Prairie Sand #873D31

Tints of Prairie Sand #873D31

Color information

#873D31 (or 0x873D31) is unknown color: approx Prairie Sand. HEX triplet: 87, 3D and 31. RGB value is (135,61,49). Sum of RGB (Red+Green+Blue) = 135+61+49=245 (32% of max value = 765). Red value is 135 (53.12% from 255 or 55.10% from 245); Green value is 61 (24.22% from 255 or 24.90% from 245); Blue value is 49 (19.53% from 255 or 20% from 245); Max value from RGB is 135 - color contains mainly: red. Hex color #873D31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #873D31 is #78C2CE. Grayscale: #515151. Windows color (decimal): -7914191 or 3227015. OLE color: 3227015.

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

Color convert

RGB1356149-
CMYK00.550.640.47
HSL8.37º46.74%36.08%-
HSV(B)8.37º63.7%52.94%-
XYZ12.218.713.94-
YUV81.76109.52165.98-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 55.10%
GREEN value IS 61 (24.22% from 255) = 24.90%
BLUE value IS 49 (19.53% from 255) = 20%
R=55.10%
G=24.90%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.64
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135614900.550.640.478.3746.7436.08
Hex873D31037402F82f24
Octal207756106710057105744
Binary10000111111101110001011011110000001011111000101111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #873D31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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