Html Css Color HEX #523331 Espresso

📋 copy color: '#523331'

red 82 ◦ green 51 ◦ blue 49

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

Shades of Espresso #523331

Tints of Espresso #523331

RGB

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

 GREEN value IS 51 (20.31% from 255) = 28.02%

 BLUE value IS 49 (19.53% from 255) = 26.92%

R = 45.05%
G = 28.02%
B = 26.92%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.40

 K value IS 0.68

RGB Variations

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

Color information

#523331 (or 0x523331) is known color: Espresso. HEX triplet: 52, 33 and 31. RGB value is (82,51,49). Sum of RGB (Red+Green+Blue) = 82+51+49=182 (24% of max value = 765). Red value is 82 (32.42% from 255 or 45.05% from 182); Green value is 51 (20.31% from 255 or 28.02% from 182); Blue value is 49 (19.53% from 255 or 26.92% from 182); Max value from RGB is 82 - color contains mainly: red. Hex color #523331 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523331 is #ADCCCE. Grayscale: #3C3C3C. Windows color (decimal): -11390159 or 3224402. OLE color: 3224402.

HSL color Cylindrical-coordinate representation of color #523331: hue angle of 3.64º degrees, saturation: 0.25, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #523331 is Cyan = 0, Magento = 0.38, Yellow = 0.40 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 51 49 -
CMYK 0 0.38 0.40 0.68
HSL 3.64º 0.25% 0.26% -
HSV(B) 3.64º 0.4% 0.32% -
XYZ 5.22 4.38 3.48 -
YUV 60.04 121.77 143.66 -
System Red Green Blue C M Y K H S L
Decimal 82 51 49 0 0.38 0.40 0.68 3.64 0.25 0.26
Hex 52 33 31 0 26 28 44 4 19 1A
Octal 122 63 61 0 46 50 104 4 31 32
Binary 1010010 110011 110001 0 100110 101000 1000100 100 11001 11010

Color Harmonies of #523331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523331

Black with #523331

Text Example


Text Example

White with #523331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #523331; }

 p { color: rgb(82,51,49); }

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

background-color css

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

 a { background-color: rgb(82,51,49); }

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

border-color css

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

 span { border-color: rgb(82,51,49); }

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