Html Css Color HEX #856D53 Cement

📋 copy color: '#856D53'

red 133 ◦ green 109 ◦ blue 83

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

Shades of Cement #856D53

Tints of Cement #856D53

RGB

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

 GREEN value IS 109 (42.97% from 255) = 33.54%

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

R = 40.92%
G = 33.54%
B = 25.54%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.38

 K value IS 0.48

RGB Variations

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

Color information

#856D53 (or 0x856D53) is known color: Cement. HEX triplet: 85, 6D and 53. RGB value is (133,109,83). Sum of RGB (Red+Green+Blue) = 133+109+83=325 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.92% from 325); Green value is 109 (42.97% from 255 or 33.54% from 325); Blue value is 83 (32.81% from 255 or 25.54% from 325); Max value from RGB is 133 - color contains mainly: red. Hex color #856D53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856D53 is #7A92AC. Grayscale: #717171. Windows color (decimal): -8032941 or 5467525. OLE color: 5467525.

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

Color convert

RGB 133 109 83 -
CMYK 0 0.18 0.38 0.48
HSL 31.2º 0.23% 0.42% -
HSV(B) 31.2º 0.38% 0.52% -
XYZ 16.7 16.55 10.5 -
YUV 113.21 110.95 142.11 -
System Red Green Blue C M Y K H S L
Decimal 133 109 83 0 0.18 0.38 0.48 31.2 0.23 0.42
Hex 85 6D 53 0 12 26 30 1F 17 2A
Octal 205 155 123 0 22 46 60 37 27 52
Binary 10000101 1101101 1010011 0 10010 100110 110000 11111 10111 101010

Color Harmonies of #856D53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856D53

Black with #856D53

Text Example


Text Example

White with #856D53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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