#873D30

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

Shades of Prairie Sand #873D30

Tints of Prairie Sand #873D30

Color information

#873D30 (or 0x873D30) is unknown color: approx Prairie Sand. HEX triplet: 87, 3D and 30. RGB value is (135,61,48). Sum of RGB (Red+Green+Blue) = 135+61+48=244 (32% of max value = 765). Red value is 135 (53.12% from 255 or 55.33% from 244); Green value is 61 (24.22% from 255 or 25% from 244); Blue value is 48 (19.14% from 255 or 19.67% from 244); Max value from RGB is 135 - color contains mainly: red. Hex color #873D30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #873D30 is #78C2CF. Grayscale: #515151. Windows color (decimal): -7914192 or 3161479. OLE color: 3161479.

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

Color convert

RGB1356148-
CMYK00.550.640.47
HSL8.97º47.54%35.88%-
HSV(B)8.97º64.44%52.94%-
XYZ12.198.73.83-
YUV81.64109.02166.06-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 55.33%
GREEN value IS 61 (24.22% from 255) = 25%
BLUE value IS 48 (19.14% from 255) = 19.67%
R=55.33%
G=25%
B=19.67%

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
Decimal135614800.550.640.478.9747.5435.88
Hex873D30037402F93024
Octal207756006710057116044
Binary10000111111101110000011011110000001011111001110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #873D30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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