#874137

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

Shades of Prairie Sand #874137

Tints of Prairie Sand #874137

Color information

#874137 (or 0x874137) is unknown color: approx Prairie Sand. HEX triplet: 87, 41 and 37. RGB value is (135,65,55). Sum of RGB (Red+Green+Blue) = 135+65+55=255 (33% of max value = 765). Red value is 135 (53.12% from 255 or 52.94% from 255); Green value is 65 (25.78% from 255 or 25.49% from 255); Blue value is 55 (21.88% from 255 or 21.57% from 255); Max value from RGB is 135 - color contains mainly: red. Hex color #874137 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #874137 is #78BEC8. Grayscale: #545454. Windows color (decimal): -7913161 or 3621255. OLE color: 3621255.

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

Color convert

RGB1356555-
CMYK00.520.590.47
HSL7.5º42.11%37.25%-
HSV(B)7.5º59.26%52.94%-
XYZ12.579.214.73-
YUV84.79111.19163.81-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 52.94%
GREEN value IS 65 (25.78% from 255) = 25.49%
BLUE value IS 55 (21.88% from 255) = 21.57%
R=52.94%
G=25.49%
B=21.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.59
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135655500.520.590.477.542.1137.25
Hex8741370343B2F82a25
Octal207101670647357105245
Binary10000111100000111011101101001110111011111000101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874137

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874137; }

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

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

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

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

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

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

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

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