Html Css Color HEX #522F2B Espresso

📋 copy color: '#522F2B'

red 82 ◦ green 47 ◦ blue 43

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

Shades of Espresso #522F2B

Tints of Espresso #522F2B

RGB

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

 GREEN value IS 47 (18.75% from 255) = 27.33%

 BLUE value IS 43 (17.19% from 255) = 25%

R = 47.67%
G = 27.33%
B = 25%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.48

 K value IS 0.68

RGB Variations

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

Color information

#522F2B (or 0x522F2B) is known color: Espresso. HEX triplet: 52, 2F and 2B. RGB value is (82,47,43). Sum of RGB (Red+Green+Blue) = 82+47+43=172 (22% of max value = 765). Red value is 82 (32.42% from 255 or 47.67% from 172); Green value is 47 (18.75% from 255 or 27.33% from 172); Blue value is 43 (17.19% from 255 or 25% from 172); Max value from RGB is 82 - color contains mainly: red. Hex color #522F2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #522F2B is #ADD0D4. Grayscale: #393939. Windows color (decimal): -11391189 or 2830162. OLE color: 2830162.

HSL color Cylindrical-coordinate representation of color #522F2B: hue angle of 6.15º degrees, saturation: 0.31, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #522F2B is Cyan = 0, Magento = 0.43, Yellow = 0.48 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 47 43 -
CMYK 0 0.43 0.48 0.68
HSL 6.15º 0.31% 0.25% -
HSV(B) 6.15º 0.48% 0.32% -
XYZ 4.93 4 2.8 -
YUV 57.01 120.1 145.83 -
System Red Green Blue C M Y K H S L
Decimal 82 47 43 0 0.43 0.48 0.68 6.15 0.31 0.25
Hex 52 2F 2B 0 2B 30 44 6 1F 19
Octal 122 57 53 0 53 60 104 6 37 31
Binary 1010010 101111 101011 0 101011 110000 1000100 110 11111 11001

Color Harmonies of #522F2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522F2B

Black with #522F2B

Text Example


Text Example

White with #522F2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,47,43); }

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

background-color css

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

 a { background-color: rgb(82,47,43); }

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

border-color css

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

 span { border-color: rgb(82,47,43); }

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