#534124

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

Shades of Deep Bronze #534124

Tints of Deep Bronze #534124

Color information

#534124 (or 0x534124) is unknown color: approx Deep Bronze. HEX triplet: 53, 41 and 24. RGB value is (83,65,36). Sum of RGB (Red+Green+Blue) = 83+65+36=184 (24% of max value = 765). Red value is 83 (32.81% from 255 or 45.11% from 184); Green value is 65 (25.78% from 255 or 35.33% from 184); Blue value is 36 (14.45% from 255 or 19.57% from 184); Max value from RGB is 83 - color contains mainly: red. Hex color #534124 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534124 is #ACBEDB. Grayscale: #434343. Windows color (decimal): -11321052 or 2376019. OLE color: 2376019.

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

Color convert

RGB836536-
CMYK00.220.570.67
HSL37.02º39.5%23.33%-
HSV(B)37.02º56.63%32.55%-
XYZ5.785.752.47-
YUV67.08110.46139.36-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 45.11%
GREEN value IS 65 (25.78% from 255) = 35.33%
BLUE value IS 36 (14.45% from 255) = 19.57%
R=45.11%
G=35.33%
B=19.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.57
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83653600.220.570.6737.0239.523.33
Hex5341240163943252717
Octal1231014402671103454727
Binary10100111000001100100010110111001100001110010110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534124

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534124; }

 p { color: rgb(83,65,36); }

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

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

 a { background-color: rgb(83,65,36); }

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

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

 span { border-color: rgb(83,65,36); }

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