#874038

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

Shades of Prairie Sand #874038

Tints of Prairie Sand #874038

Color information

#874038 (or 0x874038) is unknown color: approx Prairie Sand. HEX triplet: 87, 40 and 38. RGB value is (135,64,56). Sum of RGB (Red+Green+Blue) = 135+64+56=255 (33% of max value = 765). Red value is 135 (53.12% from 255 or 52.94% from 255); Green value is 64 (25.39% from 255 or 25.10% from 255); Blue value is 56 (22.27% from 255 or 21.96% from 255); Max value from RGB is 135 - color contains mainly: red. Hex color #874038 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #874038 is #78BFC7. Grayscale: #545454. Windows color (decimal): -7913416 or 3686535. OLE color: 3686535.

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

Color convert

RGB1356456-
CMYK00.530.590.47
HSL6.08º41.36%37.45%-
HSV(B)6.08º58.52%52.94%-
XYZ12.549.14.84-
YUV84.32112.02164.15-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 52.94%
GREEN value IS 64 (25.39% from 255) = 25.10%
BLUE value IS 56 (22.27% from 255) = 21.96%
R=52.94%
G=25.10%
B=21.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.59
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135645600.530.590.476.0841.3637.45
Hex8740380353B2F62925
Octal20710070065735765145
Binary1000011110000001110000110101111011101111110101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874038; }

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

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

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

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

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

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

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

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