Html Css Color HEX #522E29 Espresso

📋 copy color: '#522E29'

red 82 ◦ green 46 ◦ blue 41

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

Shades of Espresso #522E29

Tints of Espresso #522E29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 24.26%

R = 48.52%
G = 27.22%
B = 24.26%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.50

 K value IS 0.68

RGB Variations

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

Color information

#522E29 (or 0x522E29) is known color: Espresso. HEX triplet: 52, 2E and 29. RGB value is (82,46,41). Sum of RGB (Red+Green+Blue) = 82+46+41=169 (22% of max value = 765). Red value is 82 (32.42% from 255 or 48.52% from 169); Green value is 46 (18.36% from 255 or 27.22% from 169); Blue value is 41 (16.41% from 255 or 24.26% from 169); Max value from RGB is 82 - color contains mainly: red. Hex color #522E29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #522E29 is #ADD1D6. Grayscale: #383838. Windows color (decimal): -11391447 or 2698834. OLE color: 2698834.

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

Color convert

RGB 82 46 41 -
CMYK 0 0.44 0.50 0.68
HSL 7.32º 0.33% 0.24% -
HSV(B) 7.32º 0.5% 0.32% -
XYZ 4.86 3.91 2.6 -
YUV 56.19 119.43 146.41 -
System Red Green Blue C M Y K H S L
Decimal 82 46 41 0 0.44 0.50 0.68 7.32 0.33 0.24
Hex 52 2E 29 0 2C 32 44 7 21 18
Octal 122 56 51 0 54 62 104 7 41 30
Binary 1010010 101110 101001 0 101100 110010 1000100 111 100001 11000

Color Harmonies of #522E29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522E29

Black with #522E29

Text Example


Text Example

White with #522E29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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