#857259

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

Shades of Cement #857259

Tints of Cement #857259

Color information

#857259 (or 0x857259) is unknown color: approx Cement. HEX triplet: 85, 72 and 59. RGB value is (133,114,89). Sum of RGB (Red+Green+Blue) = 133+114+89=336 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.58% from 336); Green value is 114 (44.92% from 255 or 33.93% from 336); Blue value is 89 (35.16% from 255 or 26.49% from 336); Max value from RGB is 133 - color contains mainly: red. Hex color #857259 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857259 is #7A8DA6. Grayscale: #747474. Windows color (decimal): -8031655 or 5862021. OLE color: 5862021.

HSL color Cylindrical-coordinate representation of color #857259: hue angle of 34.09º 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 #857259 is Cyan = 0, Magento = 0.14, Yellow = 0.33 and Black (K on CMYK) = 0.48.

Color convert

RGB13311489-
CMYK00.140.330.48
HSL34.09º19.82%43.53%-
HSV(B)34.09º33.08%52.16%-
XYZ17.4917.7411.95-
YUV116.83112.29139.53-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 39.58%
GREEN value IS 114 (44.92% from 255) = 33.93%
BLUE value IS 89 (35.16% from 255) = 26.49%
R=39.58%
G=33.93%
B=26.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.33
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331148900.140.330.4834.0919.8243.53
Hex8572590E213022142c
Octal2051621310164160422454
Binary10000101111001010110010111010000111000010001010100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857259; }

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

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

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

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

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

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

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

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