#534022

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

Shades of Deep Bronze #534022

Tints of Deep Bronze #534022

Color information

#534022 (or 0x534022) is unknown color: approx Deep Bronze. HEX triplet: 53, 40 and 22. RGB value is (83,64,34). Sum of RGB (Red+Green+Blue) = 83+64+34=181 (23% of max value = 765). Red value is 83 (32.81% from 255 or 45.86% from 181); Green value is 64 (25.39% from 255 or 35.36% from 181); Blue value is 34 (13.67% from 255 or 18.78% from 181); Max value from RGB is 83 - color contains mainly: red. Hex color #534022 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534022 is #ACBFDD. Grayscale: #424242. Windows color (decimal): -11321310 or 2244691. OLE color: 2244691.

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

Color convert

RGB836434-
CMYK00.230.590.67
HSL36.73º41.88%22.94%-
HSV(B)36.73º59.04%32.55%-
XYZ5.695.622.3-
YUV66.26109.79139.94-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 45.86%
GREEN value IS 64 (25.39% from 255) = 35.36%
BLUE value IS 34 (13.67% from 255) = 18.78%
R=45.86%
G=35.36%
B=18.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.59
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83643400.230.590.6736.7341.8822.94
Hex5340220173B43252a17
Octal1231004202773103455227
Binary10100111000000100010010111111011100001110010110101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534022

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534022; }

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

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

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

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

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

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

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

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