Html Css Color HEX #522E2A Espresso

📋 copy color: '#522E2A'

red 82 ◦ green 46 ◦ blue 42

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

Shades of Espresso #522E2A

Tints of Espresso #522E2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 24.71%

R = 48.24%
G = 27.06%
B = 24.71%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.49

 K value IS 0.68

RGB Variations

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

Color information

#522E2A (or 0x522E2A) is known color: Espresso. HEX triplet: 52, 2E and 2A. RGB value is (82,46,42). Sum of RGB (Red+Green+Blue) = 82+46+42=170 (22% of max value = 765). Red value is 82 (32.42% from 255 or 48.24% from 170); Green value is 46 (18.36% from 255 or 27.06% from 170); Blue value is 42 (16.80% from 255 or 24.71% from 170); Max value from RGB is 82 - color contains mainly: red. Hex color #522E2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #522E2A is #ADD1D5. Grayscale: #383838. Windows color (decimal): -11391446 or 2764370. OLE color: 2764370.

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

Color convert

RGB 82 46 42 -
CMYK 0 0.44 0.49 0.68
HSL 0.32% 0.24% -
HSV(B) 0.49% 0.32% -
XYZ 4.87 3.91 2.69 -
YUV 56.31 119.93 146.33 -
System Red Green Blue C M Y K H S L
Decimal 82 46 42 0 0.44 0.49 0.68 6 0.32 0.24
Hex 52 2E 2A 0 2C 31 44 6 20 18
Octal 122 56 52 0 54 61 104 6 40 30
Binary 1010010 101110 101010 0 101100 110001 1000100 110 100000 11000

Color Harmonies of #522E2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522E2A

Black with #522E2A

Text Example


Text Example

White with #522E2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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