Html Css Color HEX #523028 Espresso

📋 copy color: '#523028'

red 82 ◦ green 48 ◦ blue 40

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

Shades of Espresso #523028

Tints of Espresso #523028

RGB

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

 GREEN value IS 48 (19.14% from 255) = 28.24%

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

R = 48.24%
G = 28.24%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.51

 K value IS 0.68

RGB Variations

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

Color information

#523028 (or 0x523028) is known color: Espresso. HEX triplet: 52, 30 and 28. RGB value is (82,48,40). Sum of RGB (Red+Green+Blue) = 82+48+40=170 (22% of max value = 765). Red value is 82 (32.42% from 255 or 48.24% from 170); Green value is 48 (19.14% from 255 or 28.24% from 170); Blue value is 40 (16.02% from 255 or 23.53% from 170); Max value from RGB is 82 - color contains mainly: red. Hex color #523028 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523028 is #ADCFD7. Grayscale: #393939. Windows color (decimal): -11390936 or 2633810. OLE color: 2633810.

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

Color convert

RGB 82 48 40 -
CMYK 0 0.41 0.51 0.68
HSL 11.43º 0.34% 0.24% -
HSV(B) 11.43º 0.51% 0.32% -
XYZ 4.92 4.06 2.53 -
YUV 57.25 118.26 145.65 -
System Red Green Blue C M Y K H S L
Decimal 82 48 40 0 0.41 0.51 0.68 11.43 0.34 0.24
Hex 52 30 28 0 29 33 44 B 22 18
Octal 122 60 50 0 51 63 104 13 42 30
Binary 1010010 110000 101000 0 101001 110011 1000100 1011 100010 11000

Color Harmonies of #523028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523028

Black with #523028

Text Example


Text Example

White with #523028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #523028; }

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

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

background-color css

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

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

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

border-color css

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

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

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