#523230

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

Shades of Espresso #523230

Tints of Espresso #523230

Color information

#523230 (or 0x523230) is unknown color: approx Espresso. HEX triplet: 52, 32 and 30. RGB value is (82,50,48). Sum of RGB (Red+Green+Blue) = 82+50+48=180 (23% of max value = 765). Red value is 82 (32.42% from 255 or 45.56% from 180); Green value is 50 (19.92% from 255 or 27.78% from 180); Blue value is 48 (19.14% from 255 or 26.67% from 180); Max value from RGB is 82 - color contains mainly: red. Hex color #523230 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523230 is #ADCDCF. Grayscale: #3B3B3B. Windows color (decimal): -11390416 or 3158610. OLE color: 3158610.

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

Color convert

RGB825048-
CMYK00.390.410.68
HSL3.53º26.15%25.49%-
HSV(B)3.53º41.46%32.16%-
XYZ5.154.293.35-
YUV59.34121.6144.16-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 45.56%
GREEN value IS 50 (19.92% from 255) = 27.78%
BLUE value IS 48 (19.14% from 255) = 26.67%
R=45.56%
G=27.78%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.41
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82504800.390.410.683.5326.1525.49
Hex523230027294441a19
Octal12262600475110443231
Binary1010010110010110000010011110100110001001001101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #523230; }

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

 H1.HeaderClassName
 {
   color: #523230;
 }
 .AnyTagClassName
 {
   color: #523230;
 }
</style>
background-color css

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

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

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

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

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

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