#534020

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

Shades of Deep Bronze #534020

Tints of Deep Bronze #534020

Color information

#534020 (or 0x534020) is unknown color: approx Deep Bronze. HEX triplet: 53, 40 and 20. RGB value is (83,64,32). Sum of RGB (Red+Green+Blue) = 83+64+32=179 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.37% from 179); Green value is 64 (25.39% from 255 or 35.75% from 179); Blue value is 32 (12.89% from 255 or 17.88% from 179); Max value from RGB is 83 - color contains mainly: red. Hex color #534020 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534020 is #ACBFDF. Grayscale: #424242. Windows color (decimal): -11321312 or 2113619. OLE color: 2113619.

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

Color convert

RGB836432-
CMYK00.230.610.67
HSL37.65º44.35%22.55%-
HSV(B)37.65º61.45%32.55%-
XYZ5.665.612.15-
YUV66.03108.79140.1-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 46.37%
GREEN value IS 64 (25.39% from 255) = 35.75%
BLUE value IS 32 (12.89% from 255) = 17.88%
R=46.37%
G=35.75%
B=17.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.61
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83643200.230.610.6737.6544.3522.55
Hex5340200173D43262c17
Octal1231004002775103465427
Binary10100111000000100000010111111101100001110011010110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534020; }

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

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

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

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

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

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

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

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