#533029

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

Shades of Espresso #533029

Tints of Espresso #533029

Color information

#533029 (or 0x533029) is unknown color: approx Espresso. HEX triplet: 53, 30 and 29. RGB value is (83,48,41). Sum of RGB (Red+Green+Blue) = 83+48+41=172 (22% of max value = 765). Red value is 83 (32.81% from 255 or 48.26% from 172); Green value is 48 (19.14% from 255 or 27.91% from 172); Blue value is 41 (16.41% from 255 or 23.84% from 172); Max value from RGB is 83 - color contains mainly: red. Hex color #533029 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533029 is #ACCFD6. Grayscale: #393939. Windows color (decimal): -11325399 or 2699347. OLE color: 2699347.

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

Color convert

RGB834841-
CMYK00.420.510.67
HSL10º33.87%24.31%-
HSV(B)10º50.6%32.55%-
XYZ5.024.112.63-
YUV57.67118.6146.07-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 48.26%
GREEN value IS 48 (19.14% from 255) = 27.91%
BLUE value IS 41 (16.41% from 255) = 23.84%
R=48.26%
G=27.91%
B=23.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.51
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83484100.420.510.671033.8724.31
Hex53302902A3343a2218
Octal123605105263103124230
Binary101001111000010100101010101100111000011101010001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533029; }

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

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

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

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

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

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

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

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