#533E20

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

Shades of Deep Bronze #533E20

Tints of Deep Bronze #533E20

Color information

#533E20 (or 0x533E20) is unknown color: approx Deep Bronze. HEX triplet: 53, 3E and 20. RGB value is (83,62,32). Sum of RGB (Red+Green+Blue) = 83+62+32=177 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.89% from 177); Green value is 62 (24.61% from 255 or 35.03% from 177); Blue value is 32 (12.89% from 255 or 18.08% from 177); Max value from RGB is 83 - color contains mainly: red. Hex color #533E20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533E20 is #ACC1DF. Grayscale: #414141. Windows color (decimal): -11321824 or 2113107. OLE color: 2113107.

HSL color Cylindrical-coordinate representation of color #533E20: hue angle of 35.29º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #533E20 is Cyan = 0, Magento = 0.25, Yellow = 0.61 and Black (K on CMYK) = 0.67.

Color convert

RGB836232-
CMYK00.250.610.67
HSL35.29º44.35%22.55%-
HSV(B)35.29º61.45%32.55%-
XYZ5.555.392.11-
YUV64.86109.46140.94-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 46.89%
GREEN value IS 62 (24.61% from 255) = 35.03%
BLUE value IS 32 (12.89% from 255) = 18.08%
R=46.89%
G=35.03%
B=18.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.61
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83623200.250.610.6735.2944.3522.55
Hex533E200193D43232c17
Octal123764003175103435427
Binary1010011111110100000011001111101100001110001110110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533E20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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