Html Css Color HEX #856F54 Cement

📋 copy color: '#856F54'

red 133 ◦ green 111 ◦ blue 84

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

Shades of Cement #856F54

Tints of Cement #856F54

RGB

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

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

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

R = 40.55%
G = 33.84%
B = 25.61%

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

#856F54 (or 0x856F54) is known color: Cement. HEX triplet: 85, 6F and 54. RGB value is (133,111,84). Sum of RGB (Red+Green+Blue) = 133+111+84=328 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.55% from 328); Green value is 111 (43.75% from 255 or 33.84% from 328); Blue value is 84 (33.20% from 255 or 25.61% from 328); Max value from RGB is 133 - color contains mainly: red. Hex color #856F54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856F54 is #7A90AB. Grayscale: #727272. Windows color (decimal): -8032428 or 5533573. OLE color: 5533573.

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

Color convert

RGB 133 111 84 -
CMYK 0 0.17 0.37 0.48
HSL 33.06º 0.23% 0.43% -
HSV(B) 33.06º 0.37% 0.52% -
XYZ 16.96 17 10.77 -
YUV 114.5 110.79 141.2 -
System Red Green Blue C M Y K H S L
Decimal 133 111 84 0 0.17 0.37 0.48 33.06 0.23 0.43
Hex 85 6F 54 0 11 25 30 21 17 2B
Octal 205 157 124 0 21 45 60 41 27 53
Binary 10000101 1101111 1010100 0 10001 100101 110000 100001 10111 101011

Color Harmonies of #856F54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856F54

Black with #856F54

Text Example


Text Example

White with #856F54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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