#874136

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

Shades of Prairie Sand #874136

Tints of Prairie Sand #874136

Color information

#874136 (or 0x874136) is unknown color: approx Prairie Sand. HEX triplet: 87, 41 and 36. RGB value is (135,65,54). Sum of RGB (Red+Green+Blue) = 135+65+54=254 (33% of max value = 765). Red value is 135 (53.12% from 255 or 53.15% from 254); Green value is 65 (25.78% from 255 or 25.59% from 254); Blue value is 54 (21.48% from 255 or 21.26% from 254); Max value from RGB is 135 - color contains mainly: red. Hex color #874136 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #874136 is #78BEC9. Grayscale: #545454. Windows color (decimal): -7913162 or 3555719. OLE color: 3555719.

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

Color convert

RGB1356554-
CMYK00.520.600.47
HSL8.15º42.86%37.06%-
HSV(B)8.15º60%52.94%-
XYZ12.559.24.6-
YUV84.68110.69163.89-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 53.15%
GREEN value IS 65 (25.78% from 255) = 25.59%
BLUE value IS 54 (21.48% from 255) = 21.26%
R=53.15%
G=25.59%
B=21.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.60
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135655400.520.600.478.1542.8637.06
Hex8741360343C2F82b25
Octal207101660647457105345
Binary10000111100000111011001101001111001011111000101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874136

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874136; }

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

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

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

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

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

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

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

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