Html Css Color HEX #836C72 Empress

📋 copy color: '#836C72'

red 131 ◦ green 108 ◦ blue 114

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

Shades of Empress #836C72

Tints of Empress #836C72

RGB

 RED value IS 131 (51.56% from 255) = 37.11%

 GREEN value IS 108 (42.58% from 255) = 30.59%

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

R = 37.11%
G = 30.59%
B = 32.29%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.13

 K value IS 0.49

RGB Variations

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

Color information

#836C72 (or 0x836C72) is known color: Empress. HEX triplet: 83, 6C and 72. RGB value is (131,108,114). Sum of RGB (Red+Green+Blue) = 131+108+114=353 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.11% from 353); Green value is 108 (42.58% from 255 or 30.59% from 353); Blue value is 114 (44.92% from 255 or 32.29% from 353); Max value from RGB is 131 - color contains mainly: red. Hex color #836C72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #836C72 is #7C938D. Grayscale: #737373. Windows color (decimal): -8164238 or 7498883. OLE color: 7498883.

HSL color Cylindrical-coordinate representation of color #836C72: hue angle of 344.35º degrees, saturation: 0.1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #836C72 is Cyan = 0, Magento = 0.18, Yellow = 0.13 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 108 114 -
CMYK 0 0.18 0.13 0.49
HSL 344.35º 0.1% 0.47% -
HSV(B) 344.35º 0.18% 0.51% -
XYZ 17.76 16.77 18.22 -
YUV 115.56 127.12 139.01 -
System Red Green Blue C M Y K H S L
Decimal 131 108 114 0 0.18 0.13 0.49 344.35 0.1 0.47
Hex 83 6C 72 0 12 D 31 158 A 2F
Octal 203 154 162 0 22 15 61 530 12 57
Binary 10000011 1101100 1110010 0 10010 1101 110001 101011000 1010 101111

Color Harmonies of #836C72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836C72

Black with #836C72

Text Example


Text Example

White with #836C72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #836C72; }

 p { color: rgb(131,108,114); }

 H1.HeaderClassName
 {
   color: #836C72;
 }
 .AnyTagClassName
 {
   color: #836C72;
 }
</style>

background-color css

<style>
 a { background-color: #836C72; }

 a { background-color: rgb(131,108,114); }

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

border-color css

<style>
 span { border-color: #836C72; }

 span { border-color: rgb(131,108,114); }

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