#874035

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

Shades of Prairie Sand #874035

Tints of Prairie Sand #874035

Color information

#874035 (or 0x874035) is unknown color: approx Prairie Sand. HEX triplet: 87, 40 and 35. RGB value is (135,64,53). Sum of RGB (Red+Green+Blue) = 135+64+53=252 (33% of max value = 765). Red value is 135 (53.12% from 255 or 53.57% from 252); Green value is 64 (25.39% from 255 or 25.40% from 252); Blue value is 53 (21.09% from 255 or 21.03% from 252); Max value from RGB is 135 - color contains mainly: red. Hex color #874035 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #874035 is #78BFCA. Grayscale: #545454. Windows color (decimal): -7913419 or 3489927. OLE color: 3489927.

HSL color Cylindrical-coordinate representation of color #874035: hue angle of 8.05º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #874035 is Cyan = 0, Magento = 0.53, Yellow = 0.61 and Black (K on CMYK) = 0.47.

Color convert

RGB1356453-
CMYK00.530.610.47
HSL8.05º43.62%36.86%-
HSV(B)8.05º60.74%52.94%-
XYZ12.479.074.46-
YUV83.98110.52164.39-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 53.57%
GREEN value IS 64 (25.39% from 255) = 25.40%
BLUE value IS 53 (21.09% from 255) = 21.03%
R=53.57%
G=25.40%
B=21.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.61
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135645300.530.610.478.0543.6236.86
Hex8740350353D2F82c25
Octal207100650657557105445
Binary10000111100000011010101101011111011011111000101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874035; }

 p { color: rgb(135,64,53); }

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

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

 a { background-color: rgb(135,64,53); }

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

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

 span { border-color: rgb(135,64,53); }

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