Html Css Color HEX #856D75 Empress

📋 copy color: '#856D75'

red 133 ◦ green 109 ◦ blue 117

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

Shades of Empress #856D75

Tints of Empress #856D75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 32.59%

R = 37.05%
G = 30.36%
B = 32.59%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.12

 K value IS 0.48

RGB Variations

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

Color information

#856D75 (or 0x856D75) is known color: Empress. HEX triplet: 85, 6D and 75. RGB value is (133,109,117). Sum of RGB (Red+Green+Blue) = 133+109+117=359 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.05% from 359); Green value is 109 (42.97% from 255 or 30.36% from 359); Blue value is 117 (46.09% from 255 or 32.59% from 359); Max value from RGB is 133 - color contains mainly: red. Hex color #856D75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856D75 is #7A928A. Grayscale: #757575. Windows color (decimal): -8032907 or 7695749. OLE color: 7695749.

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

Color convert

RGB 133 109 117 -
CMYK 0 0.18 0.12 0.48
HSL 340º 0.1% 0.47% -
HSV(B) 340º 0.18% 0.52% -
XYZ 18.35 17.21 19.18 -
YUV 117.09 127.95 139.35 -
System Red Green Blue C M Y K H S L
Decimal 133 109 117 0 0.18 0.12 0.48 340 0.1 0.47
Hex 85 6D 75 0 12 C 30 154 A 2F
Octal 205 155 165 0 22 14 60 524 12 57
Binary 10000101 1101101 1110101 0 10010 1100 110000 101010100 1010 101111

Color Harmonies of #856D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856D75

Black with #856D75

Text Example


Text Example

White with #856D75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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