#533129

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

Shades of Espresso #533129

Tints of Espresso #533129

Color information

#533129 (or 0x533129) is unknown color: approx Espresso. HEX triplet: 53, 31 and 29. RGB value is (83,49,41). Sum of RGB (Red+Green+Blue) = 83+49+41=173 (22% of max value = 765). Red value is 83 (32.81% from 255 or 47.98% from 173); Green value is 49 (19.53% from 255 or 28.32% from 173); Blue value is 41 (16.41% from 255 or 23.70% from 173); Max value from RGB is 83 - color contains mainly: red. Hex color #533129 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533129 is #ACCED6. Grayscale: #3A3A3A. Windows color (decimal): -11325143 or 2699603. OLE color: 2699603.

HSL color Cylindrical-coordinate representation of color #533129: hue angle of 11.43º 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 #533129 is Cyan = 0, Magento = 0.41, Yellow = 0.51 and Black (K on CMYK) = 0.67.

Color convert

RGB834941-
CMYK00.410.510.67
HSL11.43º33.87%24.31%-
HSV(B)11.43º50.6%32.55%-
XYZ5.074.22.64-
YUV58.25118.26145.65-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 47.98%
GREEN value IS 49 (19.53% from 255) = 28.32%
BLUE value IS 41 (16.41% from 255) = 23.70%
R=47.98%
G=28.32%
B=23.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.51
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83494100.410.510.6711.4333.8724.31
Hex5331290293343b2218
Octal123615105163103134230
Binary101001111000110100101010011100111000011101110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533129; }

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

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

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

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

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

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

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

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