#857459

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

Shades of Cement #857459

Tints of Cement #857459

Color information

#857459 (or 0x857459) is unknown color: approx Cement. HEX triplet: 85, 74 and 59. RGB value is (133,116,89). Sum of RGB (Red+Green+Blue) = 133+116+89=338 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.35% from 338); Green value is 116 (45.70% from 255 or 34.32% from 338); Blue value is 89 (35.16% from 255 or 26.33% from 338); Max value from RGB is 133 - color contains mainly: red. Hex color #857459 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857459 is #7A8BA6. Grayscale: #767676. Windows color (decimal): -8031143 or 5862533. OLE color: 5862533.

HSL color Cylindrical-coordinate representation of color #857459: hue angle of 36.82º degrees, saturation: 0.2, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #857459 is Cyan = 0, Magento = 0.13, Yellow = 0.33 and Black (K on CMYK) = 0.48.

Color convert

RGB13311689-
CMYK00.130.330.48
HSL36.82º19.82%43.53%-
HSV(B)36.82º33.08%52.16%-
XYZ17.7218.212.03-
YUV118111.63138.7-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 39.35%
GREEN value IS 116 (45.70% from 255) = 34.32%
BLUE value IS 89 (35.16% from 255) = 26.33%
R=39.35%
G=34.32%
B=26.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.33
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331168900.130.330.4836.8219.8243.53
Hex8574590D213025142c
Octal2051641310154160452454
Binary10000101111010010110010110110000111000010010110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857459; }

 p { color: rgb(133,116,89); }

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

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

 a { background-color: rgb(133,116,89); }

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

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

 span { border-color: rgb(133,116,89); }

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