#53302B

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

Shades of Espresso #53302B

Tints of Espresso #53302B

Color information

#53302B (or 0x53302B) is unknown color: approx Espresso. HEX triplet: 53, 30 and 2B. RGB value is (83,48,43). Sum of RGB (Red+Green+Blue) = 83+48+43=174 (23% of max value = 765). Red value is 83 (32.81% from 255 or 47.70% from 174); Green value is 48 (19.14% from 255 or 27.59% from 174); Blue value is 43 (17.19% from 255 or 24.71% from 174); Max value from RGB is 83 - color contains mainly: red. Hex color #53302B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53302B is #ACCFD4. Grayscale: #393939. Windows color (decimal): -11325397 or 2830419. OLE color: 2830419.

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

Color convert

RGB834843-
CMYK00.420.480.67
HSL7.5º31.75%24.71%-
HSV(B)7.5º48.19%32.55%-
XYZ5.064.132.82-
YUV57.9119.6145.91-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 47.70%
GREEN value IS 48 (19.14% from 255) = 27.59%
BLUE value IS 43 (17.19% from 255) = 24.71%
R=47.70%
G=27.59%
B=24.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.48
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83484300.420.480.677.531.7524.71
Hex53302B02A304382019
Octal123605305260103104031
Binary101001111000010101101010101100001000011100010000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53302B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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