#874133

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

Shades of Prairie Sand #874133

Tints of Prairie Sand #874133

Color information

#874133 (or 0x874133) is unknown color: approx Prairie Sand. HEX triplet: 87, 41 and 33. RGB value is (135,65,51). Sum of RGB (Red+Green+Blue) = 135+65+51=251 (33% of max value = 765). Red value is 135 (53.12% from 255 or 53.78% from 251); Green value is 65 (25.78% from 255 or 25.90% from 251); Blue value is 51 (20.31% from 255 or 20.32% from 251); Max value from RGB is 135 - color contains mainly: red. Hex color #874133 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #874133 is #78BECC. Grayscale: #545454. Windows color (decimal): -7913165 or 3359111. OLE color: 3359111.

HSL color Cylindrical-coordinate representation of color #874133: hue angle of 10º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #874133 is Cyan = 0, Magento = 0.52, Yellow = 0.62 and Black (K on CMYK) = 0.47.

Color convert

RGB1356551-
CMYK00.520.620.47
HSL10º45.16%36.47%-
HSV(B)10º62.22%52.94%-
XYZ12.489.174.24-
YUV84.33109.19164.14-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 53.78%
GREEN value IS 65 (25.78% from 255) = 25.90%
BLUE value IS 51 (20.31% from 255) = 20.32%
R=53.78%
G=25.90%
B=20.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.62
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135655100.520.620.471045.1636.47
Hex8741330343E2Fa2d24
Octal207101630647657125544
Binary10000111100000111001101101001111101011111010101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874133; }

 p { color: rgb(135,65,51); }

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

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

 a { background-color: rgb(135,65,51); }

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

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

 span { border-color: rgb(135,65,51); }

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