#53302A

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

Shades of Espresso #53302A

Tints of Espresso #53302A

Color information

#53302A (or 0x53302A) is unknown color: approx Espresso. HEX triplet: 53, 30 and 2A. RGB value is (83,48,42). Sum of RGB (Red+Green+Blue) = 83+48+42=173 (22% of max value = 765). Red value is 83 (32.81% from 255 or 47.98% from 173); Green value is 48 (19.14% from 255 or 27.75% from 173); Blue value is 42 (16.80% from 255 or 24.28% from 173); Max value from RGB is 83 - color contains mainly: red. Hex color #53302A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53302A is #ACCFD5. Grayscale: #393939. Windows color (decimal): -11325398 or 2764883. OLE color: 2764883.

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

Color convert

RGB834842-
CMYK00.420.490.67
HSL8.78º32.8%24.51%-
HSV(B)8.78º49.4%32.55%-
XYZ5.044.122.72-
YUV57.78119.1145.99-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 47.98%
GREEN value IS 48 (19.14% from 255) = 27.75%
BLUE value IS 42 (16.80% from 255) = 24.28%
R=47.98%
G=27.75%
B=24.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.49
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83484200.420.490.678.7832.824.51
Hex53302A02A314392119
Octal123605205261103114131
Binary101001111000010101001010101100011000011100110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53302A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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