Html Css Color HEX #856D55 Cement

📋 copy color: '#856D55'

red 133 ◦ green 109 ◦ blue 85

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

Shades of Cement #856D55

Tints of Cement #856D55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 25.99%

R = 40.67%
G = 33.33%
B = 25.99%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.36

 K value IS 0.48

RGB Variations

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

Color information

#856D55 (or 0x856D55) is known color: Cement. HEX triplet: 85, 6D and 55. RGB value is (133,109,85). Sum of RGB (Red+Green+Blue) = 133+109+85=327 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.67% from 327); Green value is 109 (42.97% from 255 or 33.33% from 327); Blue value is 85 (33.59% from 255 or 25.99% from 327); Max value from RGB is 133 - color contains mainly: red. Hex color #856D55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856D55 is #7A92AA. Grayscale: #717171. Windows color (decimal): -8032939 or 5598597. OLE color: 5598597.

HSL color Cylindrical-coordinate representation of color #856D55: hue angle of 30º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #856D55 is Cyan = 0, Magento = 0.18, Yellow = 0.36 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 109 85 -
CMYK 0 0.18 0.36 0.48
HSL 30º 0.22% 0.43% -
HSV(B) 30º 0.36% 0.52% -
XYZ 16.78 16.58 10.91 -
YUV 113.44 111.95 141.95 -
System Red Green Blue C M Y K H S L
Decimal 133 109 85 0 0.18 0.36 0.48 30 0.22 0.43
Hex 85 6D 55 0 12 24 30 1E 16 2B
Octal 205 155 125 0 22 44 60 36 26 53
Binary 10000101 1101101 1010101 0 10010 100100 110000 11110 10110 101011

Color Harmonies of #856D55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856D55

Black with #856D55

Text Example


Text Example

White with #856D55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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