Html Css Color HEX #856D52 Cement

📋 copy color: '#856D52'

red 133 ◦ green 109 ◦ blue 82

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

Shades of Cement #856D52

Tints of Cement #856D52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 25.31%

R = 41.05%
G = 33.64%
B = 25.31%

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

#856D52 (or 0x856D52) is known color: Cement. HEX triplet: 85, 6D and 52. RGB value is (133,109,82). Sum of RGB (Red+Green+Blue) = 133+109+82=324 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.05% from 324); Green value is 109 (42.97% from 255 or 33.64% from 324); Blue value is 82 (32.42% from 255 or 25.31% from 324); Max value from RGB is 133 - color contains mainly: red. Hex color #856D52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856D52 is #7A92AD. Grayscale: #717171. Windows color (decimal): -8032942 or 5401989. OLE color: 5401989.

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

Color convert

RGB 133 109 82 -
CMYK 0 0.18 0.38 0.48
HSL 31.76º 0.24% 0.42% -
HSV(B) 31.76º 0.38% 0.52% -
XYZ 16.66 16.53 10.3 -
YUV 113.1 110.45 142.2 -
System Red Green Blue C M Y K H S L
Decimal 133 109 82 0 0.18 0.38 0.48 31.76 0.24 0.42
Hex 85 6D 52 0 12 26 30 20 18 2A
Octal 205 155 122 0 22 46 60 40 30 52
Binary 10000101 1101101 1010010 0 10010 100110 110000 100000 11000 101010

Color Harmonies of #856D52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856D52

Black with #856D52

Text Example


Text Example

White with #856D52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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