Html Css Color HEX #856D72 Empress

📋 copy color: '#856D72'

red 133 ◦ green 109 ◦ blue 114

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

Shades of Empress #856D72

Tints of Empress #856D72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 32.02%

R = 37.36%
G = 30.62%
B = 32.02%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.14

 K value IS 0.48

RGB Variations

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

Color information

#856D72 (or 0x856D72) is known color: Empress. HEX triplet: 85, 6D and 72. RGB value is (133,109,114). Sum of RGB (Red+Green+Blue) = 133+109+114=356 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.36% from 356); Green value is 109 (42.97% from 255 or 30.62% from 356); Blue value is 114 (44.92% from 255 or 32.02% from 356); Max value from RGB is 133 - color contains mainly: red. Hex color #856D72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856D72 is #7A928D. Grayscale: #747474. Windows color (decimal): -8032910 or 7499141. OLE color: 7499141.

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

Color convert

RGB 133 109 114 -
CMYK 0 0.18 0.14 0.48
HSL 347.5º 0.1% 0.47% -
HSV(B) 347.5º 0.18% 0.52% -
XYZ 18.18 17.14 18.27 -
YUV 116.75 126.45 139.59 -
System Red Green Blue C M Y K H S L
Decimal 133 109 114 0 0.18 0.14 0.48 347.5 0.1 0.47
Hex 85 6D 72 0 12 E 30 15C A 2F
Octal 205 155 162 0 22 16 60 534 12 57
Binary 10000101 1101101 1110010 0 10010 1110 110000 101011100 1010 101111

Color Harmonies of #856D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856D72

Black with #856D72

Text Example


Text Example

White with #856D72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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