#857154

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

Shades of Cement #857154

Tints of Cement #857154

Color information

#857154 (or 0x857154) is unknown color: approx Cement. HEX triplet: 85, 71 and 54. RGB value is (133,113,84). Sum of RGB (Red+Green+Blue) = 133+113+84=330 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.30% from 330); Green value is 113 (44.53% from 255 or 34.24% from 330); Blue value is 84 (33.20% from 255 or 25.45% from 330); Max value from RGB is 133 - color contains mainly: red. Hex color #857154 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857154 is #7A8EAB. Grayscale: #737373. Windows color (decimal): -8031916 or 5534085. OLE color: 5534085.

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

Color convert

RGB13311384-
CMYK00.150.370.48
HSL35.51º22.58%42.55%-
HSV(B)35.51º36.84%52.16%-
XYZ17.1817.4410.85-
YUV115.67110.13140.36-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 40.30%
GREEN value IS 113 (44.53% from 255) = 34.24%
BLUE value IS 84 (33.20% from 255) = 25.45%
R=40.30%
G=34.24%
B=25.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.37
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331138400.150.370.4835.5122.5842.55
Hex8571540F253024172b
Octal2051611240174560442753
Binary10000101111000110101000111110010111000010010010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857154; }

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

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

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

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

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

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

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

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