#52302B

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

Shades of Espresso #52302B

Tints of Espresso #52302B

Color information

#52302B (or 0x52302B) is unknown color: approx Espresso. HEX triplet: 52, 30 and 2B. RGB value is (82,48,43). Sum of RGB (Red+Green+Blue) = 82+48+43=173 (22% of max value = 765). Red value is 82 (32.42% from 255 or 47.40% from 173); Green value is 48 (19.14% from 255 or 27.75% from 173); Blue value is 43 (17.19% from 255 or 24.86% from 173); Max value from RGB is 82 - color contains mainly: red. Hex color #52302B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52302B is #ADCFD4. Grayscale: #393939. Windows color (decimal): -11390933 or 2830418. OLE color: 2830418.

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

Color convert

RGB824843-
CMYK00.410.480.68
HSL7.69º31.2%24.51%-
HSV(B)7.69º47.56%32.16%-
XYZ4.974.082.81-
YUV57.6119.76145.41-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 47.40%
GREEN value IS 48 (19.14% from 255) = 27.75%
BLUE value IS 43 (17.19% from 255) = 24.86%
R=47.40%
G=27.75%
B=24.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.48
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82484300.410.480.687.6931.224.51
Hex52302B029304481f19
Octal122605305160104103731
Binary10100101100001010110101001110000100010010001111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52302B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52302B; }

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

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

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

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

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

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

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

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