Html Css Color HEX #523231 Espresso

📋 copy color: '#523231'

red 82 ◦ green 50 ◦ blue 49

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

Shades of Espresso #523231

Tints of Espresso #523231

RGB

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

 GREEN value IS 50 (19.92% from 255) = 27.62%

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

R = 45.3%
G = 27.62%
B = 27.07%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.40

 K value IS 0.68

RGB Variations

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

Color information

#523231 (or 0x523231) is known color: Espresso. HEX triplet: 52, 32 and 31. RGB value is (82,50,49). Sum of RGB (Red+Green+Blue) = 82+50+49=181 (23% of max value = 765). Red value is 82 (32.42% from 255 or 45.30% from 181); Green value is 50 (19.92% from 255 or 27.62% from 181); Blue value is 49 (19.53% from 255 or 27.07% from 181); Max value from RGB is 82 - color contains mainly: red. Hex color #523231 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523231 is #ADCDCE. Grayscale: #3B3B3B. Windows color (decimal): -11390415 or 3224146. OLE color: 3224146.

HSL color Cylindrical-coordinate representation of color #523231: hue angle of 1.82º 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 #523231 is Cyan = 0, Magento = 0.39, Yellow = 0.40 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 50 49 -
CMYK 0 0.39 0.40 0.68
HSL 1.82º 0.25% 0.26% -
HSV(B) 1.82º 0.4% 0.32% -
XYZ 5.17 4.3 3.46 -
YUV 59.45 122.1 144.08 -
System Red Green Blue C M Y K H S L
Decimal 82 50 49 0 0.39 0.40 0.68 1.82 0.25 0.26
Hex 52 32 31 0 27 28 44 2 19 1A
Octal 122 62 61 0 47 50 104 2 31 32
Binary 1010010 110010 110001 0 100111 101000 1000100 10 11001 11010

Color Harmonies of #523231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523231

Black with #523231

Text Example


Text Example

White with #523231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #523231; }

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

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

background-color css

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

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

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

border-color css

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

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

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