Html Css Color HEX #522F27 Espresso

📋 copy color: '#522F27'

red 82 ◦ green 47 ◦ blue 39

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

Shades of Espresso #522F27

Tints of Espresso #522F27

RGB

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

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

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

R = 48.81%
G = 27.98%
B = 23.21%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.52

 K value IS 0.68

RGB Variations

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

Color information

#522F27 (or 0x522F27) is known color: Espresso. HEX triplet: 52, 2F and 27. RGB value is (82,47,39). Sum of RGB (Red+Green+Blue) = 82+47+39=168 (22% of max value = 765). Red value is 82 (32.42% from 255 or 48.81% from 168); Green value is 47 (18.75% from 255 or 27.98% from 168); Blue value is 39 (15.62% from 255 or 23.21% from 168); Max value from RGB is 82 - color contains mainly: red. Hex color #522F27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #522F27 is #ADD0D8. Grayscale: #383838. Windows color (decimal): -11391193 or 2568018. OLE color: 2568018.

HSL color Cylindrical-coordinate representation of color #522F27: hue angle of 11.16º 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 #522F27 is Cyan = 0, Magento = 0.43, Yellow = 0.52 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 47 39 -
CMYK 0 0.43 0.52 0.68
HSL 11.16º 0.36% 0.24% -
HSV(B) 11.16º 0.52% 0.32% -
XYZ 4.86 3.97 2.43 -
YUV 56.55 118.1 146.15 -
System Red Green Blue C M Y K H S L
Decimal 82 47 39 0 0.43 0.52 0.68 11.16 0.36 0.24
Hex 52 2F 27 0 2B 34 44 B 24 18
Octal 122 57 47 0 53 64 104 13 44 30
Binary 1010010 101111 100111 0 101011 110100 1000100 1011 100100 11000

Color Harmonies of #522F27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522F27

Black with #522F27

Text Example


Text Example

White with #522F27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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