Html Css Color HEX #522E27 Espresso

📋 copy color: '#522E27'

red 82 ◦ green 46 ◦ blue 39

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

Shades of Espresso #522E27

Tints of Espresso #522E27

RGB

 RED value IS 82 (32.42% from 255) = 49.1%

 GREEN value IS 46 (18.36% from 255) = 27.54%

 BLUE value IS 39 (15.63% from 255) = 23.35%

R = 49.1%
G = 27.54%
B = 23.35%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.52

 K value IS 0.68

RGB Variations

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

Color information

#522E27 (or 0x522E27) is known color: Espresso. HEX triplet: 52, 2E and 27. RGB value is (82,46,39). Sum of RGB (Red+Green+Blue) = 82+46+39=167 (22% of max value = 765). Red value is 82 (32.42% from 255 or 49.10% from 167); Green value is 46 (18.36% from 255 or 27.54% from 167); Blue value is 39 (15.62% from 255 or 23.35% from 167); Max value from RGB is 82 - color contains mainly: red. Hex color #522E27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #522E27 is #ADD1D8. Grayscale: #383838. Windows color (decimal): -11391449 or 2567762. OLE color: 2567762.

HSL color Cylindrical-coordinate representation of color #522E27: hue angle of 9.77º degrees, saturation: 0.36, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #522E27 is Cyan = 0, Magento = 0.44, Yellow = 0.52 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 46 39 -
CMYK 0 0.44 0.52 0.68
HSL 9.77º 0.36% 0.24% -
HSV(B) 9.77º 0.52% 0.32% -
XYZ 4.82 3.89 2.42 -
YUV 55.97 118.43 146.57 -
System Red Green Blue C M Y K H S L
Decimal 82 46 39 0 0.44 0.52 0.68 9.77 0.36 0.24
Hex 52 2E 27 0 2C 34 44 A 24 18
Octal 122 56 47 0 54 64 104 12 44 30
Binary 1010010 101110 100111 0 101100 110100 1000100 1010 100100 11000

Color Harmonies of #522E27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522E27

Black with #522E27

Text Example


Text Example

White with #522E27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #522E27; }

 p { color: rgb(82,46,39); }

 H1.HeaderClassName
 {
   color: #522E27;
 }
 .AnyTagClassName
 {
   color: #522E27;
 }
</style>

background-color css

<style>
 a { background-color: #522E27; }

 a { background-color: rgb(82,46,39); }

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

border-color css

<style>
 span { border-color: #522E27; }

 span { border-color: rgb(82,46,39); }

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