Html Css Color HEX #856F53 Cement

📋 copy color: '#856F53'

red 133 ◦ green 111 ◦ blue 83

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

Shades of Cement #856F53

Tints of Cement #856F53

RGB

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

 GREEN value IS 111 (43.75% from 255) = 33.94%

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

R = 40.67%
G = 33.94%
B = 25.38%

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

#856F53 (or 0x856F53) is known color: Cement. HEX triplet: 85, 6F and 53. RGB value is (133,111,83). Sum of RGB (Red+Green+Blue) = 133+111+83=327 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.67% from 327); Green value is 111 (43.75% from 255 or 33.94% from 327); Blue value is 83 (32.81% from 255 or 25.38% from 327); Max value from RGB is 133 - color contains mainly: red. Hex color #856F53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856F53 is #7A90AC. Grayscale: #727272. Windows color (decimal): -8032429 or 5468037. OLE color: 5468037.

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

Color convert

RGB 133 111 83 -
CMYK 0 0.17 0.38 0.48
HSL 33.6º 0.23% 0.42% -
HSV(B) 33.6º 0.38% 0.52% -
XYZ 16.92 16.98 10.57 -
YUV 114.39 110.29 141.28 -
System Red Green Blue C M Y K H S L
Decimal 133 111 83 0 0.17 0.38 0.48 33.6 0.23 0.42
Hex 85 6F 53 0 11 26 30 22 17 2A
Octal 205 157 123 0 21 46 60 42 27 52
Binary 10000101 1101111 1010011 0 10001 100110 110000 100010 10111 101010

Color Harmonies of #856F53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856F53

Black with #856F53

Text Example


Text Example

White with #856F53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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