#524124

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

Shades of Deep Bronze #524124

Tints of Deep Bronze #524124

Color information

#524124 (or 0x524124) is unknown color: approx Deep Bronze. HEX triplet: 52, 41 and 24. RGB value is (82,65,36). Sum of RGB (Red+Green+Blue) = 82+65+36=183 (24% of max value = 765). Red value is 82 (32.42% from 255 or 44.81% from 183); Green value is 65 (25.78% from 255 or 35.52% from 183); Blue value is 36 (14.45% from 255 or 19.67% from 183); Max value from RGB is 82 - color contains mainly: red. Hex color #524124 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #524124 is #ADBEDB. Grayscale: #424242. Windows color (decimal): -11386588 or 2376018. OLE color: 2376018.

HSL color Cylindrical-coordinate representation of color #524124: hue angle of 37.83º degrees, saturation: 0.39, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #524124 is Cyan = 0, Magento = 0.21, Yellow = 0.56 and Black (K on CMYK) = 0.68.

Color convert

RGB826536-
CMYK00.210.560.68
HSL37.83º38.98%23.14%-
HSV(B)37.83º56.1%32.16%-
XYZ5.695.72.47-
YUV66.78110.63138.86-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 44.81%
GREEN value IS 65 (25.78% from 255) = 35.52%
BLUE value IS 36 (14.45% from 255) = 19.67%
R=44.81%
G=35.52%
B=19.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.56
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82653600.210.560.6837.8338.9823.14
Hex5241240153844262717
Octal1221014402570104464727
Binary10100101000001100100010101111000100010010011010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524124

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524124; }

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

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

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

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

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

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

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

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