#873E30

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

Shades of Prairie Sand #873E30

Tints of Prairie Sand #873E30

Color information

#873E30 (or 0x873E30) is unknown color: approx Prairie Sand. HEX triplet: 87, 3E and 30. RGB value is (135,62,48). Sum of RGB (Red+Green+Blue) = 135+62+48=245 (32% of max value = 765). Red value is 135 (53.12% from 255 or 55.10% from 245); Green value is 62 (24.61% from 255 or 25.31% from 245); Blue value is 48 (19.14% from 255 or 19.59% from 245); Max value from RGB is 135 - color contains mainly: red. Hex color #873E30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #873E30 is #78C1CF. Grayscale: #525252. Windows color (decimal): -7913936 or 3161735. OLE color: 3161735.

HSL color Cylindrical-coordinate representation of color #873E30: hue angle of 9.66º degrees, saturation: 0.48, 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 #873E30 is Cyan = 0, Magento = 0.54, Yellow = 0.64 and Black (K on CMYK) = 0.47.

Color convert

RGB1356248-
CMYK00.540.640.47
HSL9.66º47.54%35.88%-
HSV(B)9.66º64.44%52.94%-
XYZ12.258.813.85-
YUV82.23108.68165.64-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 55.10%
GREEN value IS 62 (24.61% from 255) = 25.31%
BLUE value IS 48 (19.14% from 255) = 19.59%
R=55.10%
G=25.31%
B=19.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.64
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135624800.540.640.479.6647.5435.88
Hex873E30036402Fa3024
Octal207766006610057126044
Binary10000111111110110000011011010000001011111010110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #873E30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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