Html Css Color HEX #523128 Espresso

📋 copy color: '#523128'

red 82 ◦ green 49 ◦ blue 40

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

Shades of Espresso #523128

Tints of Espresso #523128

RGB

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

 GREEN value IS 49 (19.53% from 255) = 28.65%

 BLUE value IS 40 (16.02% from 255) = 23.39%

R = 47.95%
G = 28.65%
B = 23.39%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.51

 K value IS 0.68

RGB Variations

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

Color information

#523128 (or 0x523128) is known color: Espresso. HEX triplet: 52, 31 and 28. RGB value is (82,49,40). Sum of RGB (Red+Green+Blue) = 82+49+40=171 (22% of max value = 765). Red value is 82 (32.42% from 255 or 47.95% from 171); Green value is 49 (19.53% from 255 or 28.65% from 171); Blue value is 40 (16.02% from 255 or 23.39% from 171); Max value from RGB is 82 - color contains mainly: red. Hex color #523128 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523128 is #ADCED7. Grayscale: #393939. Windows color (decimal): -11390680 or 2634066. OLE color: 2634066.

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

Color convert

RGB 82 49 40 -
CMYK 0 0.40 0.51 0.68
HSL 12.86º 0.34% 0.24% -
HSV(B) 12.86º 0.51% 0.32% -
XYZ 4.96 4.14 2.55 -
YUV 57.84 117.93 145.23 -
System Red Green Blue C M Y K H S L
Decimal 82 49 40 0 0.40 0.51 0.68 12.86 0.34 0.24
Hex 52 31 28 0 28 33 44 D 22 18
Octal 122 61 50 0 50 63 104 15 42 30
Binary 1010010 110001 101000 0 101000 110011 1000100 1101 100010 11000

Color Harmonies of #523128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523128

Black with #523128

Text Example


Text Example

White with #523128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #523128; }

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

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

background-color css

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

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

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

border-color css

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

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

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