#857054

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

Shades of Cement #857054

Tints of Cement #857054

Color information

#857054 (or 0x857054) is unknown color: approx Cement. HEX triplet: 85, 70 and 54. RGB value is (133,112,84). Sum of RGB (Red+Green+Blue) = 133+112+84=329 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.43% from 329); Green value is 112 (44.14% from 255 or 34.04% from 329); Blue value is 84 (33.20% from 255 or 25.53% from 329); Max value from RGB is 133 - color contains mainly: red. Hex color #857054 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857054 is #7A8FAB. Grayscale: #737373. Windows color (decimal): -8032172 or 5533829. OLE color: 5533829.

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

Color convert

RGB13311284-
CMYK00.160.370.48
HSL34.29º22.58%42.55%-
HSV(B)34.29º36.84%52.16%-
XYZ17.0717.2110.81-
YUV115.09110.46140.78-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 40.43%
GREEN value IS 112 (44.14% from 255) = 34.04%
BLUE value IS 84 (33.20% from 255) = 25.53%
R=40.43%
G=34.04%
B=25.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.37
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331128400.160.370.4834.2922.5842.55
Hex857054010253022172b
Octal2051601240204560422753
Binary100001011110000101010001000010010111000010001010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857054; }

 p { color: rgb(133,112,84); }

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

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

 a { background-color: rgb(133,112,84); }

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

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

 span { border-color: rgb(133,112,84); }

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