#87423A

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

Shades of Prairie Sand #87423A

Tints of Prairie Sand #87423A

Color information

#87423A (or 0x87423A) is unknown color: approx Prairie Sand. HEX triplet: 87, 42 and 3A. RGB value is (135,66,58). Sum of RGB (Red+Green+Blue) = 135+66+58=259 (34% of max value = 765). Red value is 135 (53.12% from 255 or 52.12% from 259); Green value is 66 (26.17% from 255 or 25.48% from 259); Blue value is 58 (23.05% from 255 or 22.39% from 259); Max value from RGB is 135 - color contains mainly: red. Hex color #87423A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87423A is #78BDC5. Grayscale: #555555. Windows color (decimal): -7912902 or 3818119. OLE color: 3818119.

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

Color convert

RGB1356658-
CMYK00.510.570.47
HSL6.23º39.9%37.84%-
HSV(B)6.23º57.04%52.94%-
XYZ12.79.355.14-
YUV85.72112.36163.15-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 52.12%
GREEN value IS 66 (26.17% from 255) = 25.48%
BLUE value IS 58 (23.05% from 255) = 22.39%
R=52.12%
G=25.48%
B=22.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.57
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135665800.510.570.476.2339.937.84
Hex87423A033392F62826
Octal20710272063715765046
Binary1000011110000101110100110011111001101111110101000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87423A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87423A; }

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

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

<style>
 a { background-color: #87423A; }

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

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

<style>
 span { border-color: #87423A; }

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

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