#533E29

Color #533E29 Deep Bronze (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Bronze #533E29

Tints of Deep Bronze #533E29

Color information

#533E29 (or 0x533E29) is unknown color: approx Deep Bronze. HEX triplet: 53, 3E and 29. RGB value is (83,62,41). Sum of RGB (Red+Green+Blue) = 83+62+41=186 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.62% from 186); Green value is 62 (24.61% from 255 or 33.33% from 186); Blue value is 41 (16.41% from 255 or 22.04% from 186); Max value from RGB is 83 - color contains mainly: red. Hex color #533E29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533E29 is #ACC1D6. Grayscale: #414141. Windows color (decimal): -11321815 or 2702931. OLE color: 2702931.

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

Color convert

RGB836241-
CMYK00.250.510.67
HSL30º33.87%24.31%-
HSV(B)30º50.6%32.55%-
XYZ5.695.442.85-
YUV65.89113.96140.21-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 44.62%
GREEN value IS 62 (24.61% from 255) = 33.33%
BLUE value IS 41 (16.41% from 255) = 22.04%
R=44.62%
G=33.33%
B=22.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.51
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83624100.250.510.673033.8724.31
Hex533E2901933431e2218
Octal123765103163103364230
Binary101001111111010100101100111001110000111111010001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533E29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533E29; }

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

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

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

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

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

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

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

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