#874034

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

Shades of Prairie Sand #874034

Tints of Prairie Sand #874034

Color information

#874034 (or 0x874034) is unknown color: approx Prairie Sand. HEX triplet: 87, 40 and 34. RGB value is (135,64,52). Sum of RGB (Red+Green+Blue) = 135+64+52=251 (33% of max value = 765). Red value is 135 (53.12% from 255 or 53.78% from 251); Green value is 64 (25.39% from 255 or 25.50% from 251); Blue value is 52 (20.70% from 255 or 20.72% from 251); Max value from RGB is 135 - color contains mainly: red. Hex color #874034 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #874034 is #78BFCB. Grayscale: #535353. Windows color (decimal): -7913420 or 3424391. OLE color: 3424391.

HSL color Cylindrical-coordinate representation of color #874034: hue angle of 8.67º 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 #874034 is Cyan = 0, Magento = 0.53, Yellow = 0.61 and Black (K on CMYK) = 0.47.

Color convert

RGB1356452-
CMYK00.530.610.47
HSL8.67º44.39%36.67%-
HSV(B)8.67º61.48%52.94%-
XYZ12.449.074.34-
YUV83.86110.02164.48-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 53.78%
GREEN value IS 64 (25.39% from 255) = 25.50%
BLUE value IS 52 (20.70% from 255) = 20.72%
R=53.78%
G=25.50%
B=20.72%

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
Decimal135645200.530.610.478.6744.3936.67
Hex8740340353D2F92c25
Octal207100640657557115445
Binary10000111100000011010001101011111011011111001101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874034; }

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

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

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

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

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

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

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

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