Html Css Color HEX #856E57 Cement

📋 copy color: '#856E57'

red 133 ◦ green 110 ◦ blue 87

#856E57
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cement #856E57

Tints of Cement #856E57

RGB

 RED value IS 133 (52.34% from 255) = 40.3%

 GREEN value IS 110 (43.36% from 255) = 33.33%

 BLUE value IS 87 (34.38% from 255) = 26.36%

R = 40.3%
G = 33.33%
B = 26.36%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.35

 K value IS 0.48

RGB Variations

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

Color information

#856E57 (or 0x856E57) is known color: Cement. HEX triplet: 85, 6E and 57. RGB value is (133,110,87). Sum of RGB (Red+Green+Blue) = 133+110+87=330 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.30% from 330); Green value is 110 (43.36% from 255 or 33.33% from 330); Blue value is 87 (34.38% from 255 or 26.36% from 330); Max value from RGB is 133 - color contains mainly: red. Hex color #856E57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856E57 is #7A91A8. Grayscale: #727272. Windows color (decimal): -8032681 or 5729925. OLE color: 5729925.

HSL color Cylindrical-coordinate representation of color #856E57: hue angle of 30º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #856E57 is Cyan = 0, Magento = 0.17, Yellow = 0.35 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 110 87 -
CMYK 0 0.17 0.35 0.48
HSL 30º 0.21% 0.43% -
HSV(B) 30º 0.35% 0.52% -
XYZ 16.97 16.83 11.37 -
YUV 114.26 112.62 141.37 -
System Red Green Blue C M Y K H S L
Decimal 133 110 87 0 0.17 0.35 0.48 30 0.21 0.43
Hex 85 6E 57 0 11 23 30 1E 15 2B
Octal 205 156 127 0 21 43 60 36 25 53
Binary 10000101 1101110 1010111 0 10001 100011 110000 11110 10101 101011

Color Harmonies of #856E57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856E57

Black with #856E57

Text Example


Text Example

White with #856E57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856E57; }

 p { color: rgb(133,110,87); }

 H1.HeaderClassName
 {
   color: #856E57;
 }
 .AnyTagClassName
 {
   color: #856E57;
 }
</style>

background-color css

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

 a { background-color: rgb(133,110,87); }

 div.DivClassName
 {
   background-color: #856E57;
 }
 .BgClassName
 {
   background-color: #856E57;
 }
</style>

border-color css

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

 span { border-color: rgb(133,110,87); }

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