#533530

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

Shades of Espresso #533530

Tints of Espresso #533530

Color information

#533530 (or 0x533530) is unknown color: approx Espresso. HEX triplet: 53, 35 and 30. RGB value is (83,53,48). Sum of RGB (Red+Green+Blue) = 83+53+48=184 (24% of max value = 765). Red value is 83 (32.81% from 255 or 45.11% from 184); Green value is 53 (21.09% from 255 or 28.80% from 184); Blue value is 48 (19.14% from 255 or 26.09% from 184); Max value from RGB is 83 - color contains mainly: red. Hex color #533530 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533530 is #ACCACF. Grayscale: #3D3D3D. Windows color (decimal): -11324112 or 3159379. OLE color: 3159379.

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

Color convert

RGB835348-
CMYK00.360.420.67
HSL8.57º26.72%25.69%-
HSV(B)8.57º42.17%32.55%-
XYZ5.374.63.4-
YUV61.4120.44143.41-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 45.11%
GREEN value IS 53 (21.09% from 255) = 28.80%
BLUE value IS 48 (19.14% from 255) = 26.09%
R=45.11%
G=28.80%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.42
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83534800.360.420.678.5726.7225.69
Hex5335300242A4391b1a
Octal123656004452103113332
Binary10100111101011100000100100101010100001110011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533530; }

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

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

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

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

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

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

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

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