#533028

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

Shades of Espresso #533028

Tints of Espresso #533028

Color information

#533028 (or 0x533028) is unknown color: approx Espresso. HEX triplet: 53, 30 and 28. RGB value is (83,48,40). Sum of RGB (Red+Green+Blue) = 83+48+40=171 (22% of max value = 765). Red value is 83 (32.81% from 255 or 48.54% from 171); Green value is 48 (19.14% from 255 or 28.07% from 171); Blue value is 40 (16.02% from 255 or 23.39% from 171); Max value from RGB is 83 - color contains mainly: red. Hex color #533028 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533028 is #ACCFD7. Grayscale: #393939. Windows color (decimal): -11325400 or 2633811. OLE color: 2633811.

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

Color convert

RGB834840-
CMYK00.420.520.67
HSL11.16º34.96%24.12%-
HSV(B)11.16º51.81%32.55%-
XYZ5.014.112.54-
YUV57.55118.1146.15-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 48.54%
GREEN value IS 48 (19.14% from 255) = 28.07%
BLUE value IS 40 (16.02% from 255) = 23.39%
R=48.54%
G=28.07%
B=23.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.52
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83484000.420.520.6711.1634.9624.12
Hex53302802A3443b2318
Octal123605005264103134330
Binary101001111000010100001010101101001000011101110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533028; }

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

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

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

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

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

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

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

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