Html Css Color HEX #856E53 Cement

📋 copy color: '#856E53'

red 133 ◦ green 110 ◦ blue 83

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

Shades of Cement #856E53

Tints of Cement #856E53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 25.46%

R = 40.8%
G = 33.74%
B = 25.46%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.38

 K value IS 0.48

RGB Variations

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

Color information

#856E53 (or 0x856E53) is known color: Cement. HEX triplet: 85, 6E and 53. RGB value is (133,110,83). Sum of RGB (Red+Green+Blue) = 133+110+83=326 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.80% from 326); Green value is 110 (43.36% from 255 or 33.74% from 326); Blue value is 83 (32.81% from 255 or 25.46% from 326); Max value from RGB is 133 - color contains mainly: red. Hex color #856E53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856E53 is #7A91AC. Grayscale: #717171. Windows color (decimal): -8032685 or 5467781. OLE color: 5467781.

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

Color convert

RGB 133 110 83 -
CMYK 0 0.17 0.38 0.48
HSL 32.4º 0.23% 0.42% -
HSV(B) 32.4º 0.38% 0.52% -
XYZ 16.81 16.76 10.53 -
YUV 113.8 110.62 141.7 -
System Red Green Blue C M Y K H S L
Decimal 133 110 83 0 0.17 0.38 0.48 32.4 0.23 0.42
Hex 85 6E 53 0 11 26 30 20 17 2A
Octal 205 156 123 0 21 46 60 40 27 52
Binary 10000101 1101110 1010011 0 10001 100110 110000 100000 10111 101010

Color Harmonies of #856E53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856E53

Black with #856E53

Text Example


Text Example

White with #856E53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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