Html Css Color HEX #856E54 Cement

📋 copy color: '#856E54'

red 133 ◦ green 110 ◦ blue 84

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

Shades of Cement #856E54

Tints of Cement #856E54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 25.69%

R = 40.67%
G = 33.64%
B = 25.69%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.37

 K value IS 0.48

RGB Variations

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

Color information

#856E54 (or 0x856E54) is known color: Cement. HEX triplet: 85, 6E and 54. RGB value is (133,110,84). Sum of RGB (Red+Green+Blue) = 133+110+84=327 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.67% from 327); Green value is 110 (43.36% from 255 or 33.64% from 327); Blue value is 84 (33.20% from 255 or 25.69% from 327); Max value from RGB is 133 - color contains mainly: red. Hex color #856E54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856E54 is #7A91AB. Grayscale: #727272. Windows color (decimal): -8032684 or 5533317. OLE color: 5533317.

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

Color convert

RGB 133 110 84 -
CMYK 0 0.17 0.37 0.48
HSL 31.84º 0.23% 0.43% -
HSV(B) 31.84º 0.37% 0.52% -
XYZ 16.85 16.78 10.74 -
YUV 113.91 111.12 141.61 -
System Red Green Blue C M Y K H S L
Decimal 133 110 84 0 0.17 0.37 0.48 31.84 0.23 0.43
Hex 85 6E 54 0 11 25 30 20 17 2B
Octal 205 156 124 0 21 45 60 40 27 53
Binary 10000101 1101110 1010100 0 10001 100101 110000 100000 10111 101011

Color Harmonies of #856E54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856E54

Black with #856E54

Text Example


Text Example

White with #856E54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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