Html Css Color HEX #856C51 Cement

📋 copy color: '#856C51'

red 133 ◦ green 108 ◦ blue 81

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

Shades of Cement #856C51

Tints of Cement #856C51

RGB

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

 GREEN value IS 108 (42.58% from 255) = 33.54%

 BLUE value IS 81 (32.03% from 255) = 25.16%

R = 41.3%
G = 33.54%
B = 25.16%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.39

 K value IS 0.48

RGB Variations

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

Color information

#856C51 (or 0x856C51) is known color: Cement. HEX triplet: 85, 6C and 51. RGB value is (133,108,81). Sum of RGB (Red+Green+Blue) = 133+108+81=322 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.30% from 322); Green value is 108 (42.58% from 255 or 33.54% from 322); Blue value is 81 (32.03% from 255 or 25.16% from 322); Max value from RGB is 133 - color contains mainly: red. Hex color #856C51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856C51 is #7A93AE. Grayscale: #707070. Windows color (decimal): -8033199 or 5336197. OLE color: 5336197.

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

Color convert

RGB 133 108 81 -
CMYK 0 0.19 0.39 0.48
HSL 31.15º 0.24% 0.42% -
HSV(B) 31.15º 0.39% 0.52% -
XYZ 16.52 16.31 10.06 -
YUV 112.4 110.28 142.7 -
System Red Green Blue C M Y K H S L
Decimal 133 108 81 0 0.19 0.39 0.48 31.15 0.24 0.42
Hex 85 6C 51 0 13 27 30 1F 18 2A
Octal 205 154 121 0 23 47 60 37 30 52
Binary 10000101 1101100 1010001 0 10011 100111 110000 11111 11000 101010

Color Harmonies of #856C51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856C51

Black with #856C51

Text Example


Text Example

White with #856C51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,108,81); }

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

background-color css

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

 a { background-color: rgb(133,108,81); }

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

border-color css

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

 span { border-color: rgb(133,108,81); }

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