#857258

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

Shades of Cement #857258

Tints of Cement #857258

Color information

#857258 (or 0x857258) is unknown color: approx Cement. HEX triplet: 85, 72 and 58. RGB value is (133,114,88). Sum of RGB (Red+Green+Blue) = 133+114+88=335 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.70% from 335); Green value is 114 (44.92% from 255 or 34.03% from 335); Blue value is 88 (34.77% from 255 or 26.27% from 335); Max value from RGB is 133 - color contains mainly: red. Hex color #857258 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857258 is #7A8DA7. Grayscale: #747474. Windows color (decimal): -8031656 or 5796485. OLE color: 5796485.

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

Color convert

RGB13311488-
CMYK00.140.340.48
HSL34.67º20.36%43.33%-
HSV(B)34.67º33.83%52.16%-
XYZ17.4517.7311.73-
YUV116.72111.79139.61-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 39.70%
GREEN value IS 114 (44.92% from 255) = 34.03%
BLUE value IS 88 (34.77% from 255) = 26.27%
R=39.70%
G=34.03%
B=26.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.34
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331148800.140.340.4834.6720.3643.33
Hex8572580E223023142b
Octal2051621300164260432453
Binary10000101111001010110000111010001011000010001110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857258; }

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

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

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

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

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

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

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

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