#523028

Color #523028 Espresso (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Espresso #523028

Tints of Espresso #523028

Color information

#523028 (or 0x523028) is unknown color: approx 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

RGB824840-
CMYK00.410.510.68
HSL11.43º34.43%23.92%-
HSV(B)11.43º51.22%32.16%-
XYZ4.924.062.53-
YUV57.25118.26145.65-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.51
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82484000.410.510.6811.4334.4323.92
Hex5230280293344b2218
Octal122605005163104134230
Binary101001011000010100001010011100111000100101110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>