#874138

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

Shades of Prairie Sand #874138

Tints of Prairie Sand #874138

Color information

#874138 (or 0x874138) is unknown color: approx Prairie Sand. HEX triplet: 87, 41 and 38. RGB value is (135,65,56). Sum of RGB (Red+Green+Blue) = 135+65+56=256 (33% of max value = 765). Red value is 135 (53.12% from 255 or 52.73% from 256); Green value is 65 (25.78% from 255 or 25.39% from 256); Blue value is 56 (22.27% from 255 or 21.88% from 256); Max value from RGB is 135 - color contains mainly: red. Hex color #874138 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #874138 is #78BEC7. Grayscale: #555555. Windows color (decimal): -7913160 or 3686791. OLE color: 3686791.

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

Color convert

RGB1356556-
CMYK00.520.590.47
HSL6.84º41.36%37.45%-
HSV(B)6.84º58.52%52.94%-
XYZ12.69.224.86-
YUV84.9111.69163.73-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 52.73%
GREEN value IS 65 (25.78% from 255) = 25.39%
BLUE value IS 56 (22.27% from 255) = 21.88%
R=52.73%
G=25.39%
B=21.88%

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
Decimal135655600.520.590.476.8441.3637.45
Hex8741380343B2F72925
Octal20710170064735775145
Binary1000011110000011110000110100111011101111111101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874138; }

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

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

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

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

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

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

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

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