#524129

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

Shades of Deep Bronze #524129

Tints of Deep Bronze #524129

Color information

#524129 (or 0x524129) is unknown color: approx Deep Bronze. HEX triplet: 52, 41 and 29. RGB value is (82,65,41). Sum of RGB (Red+Green+Blue) = 82+65+41=188 (24% of max value = 765). Red value is 82 (32.42% from 255 or 43.62% from 188); Green value is 65 (25.78% from 255 or 34.57% from 188); Blue value is 41 (16.41% from 255 or 21.81% from 188); Max value from RGB is 82 - color contains mainly: red. Hex color #524129 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #524129 is #ADBED6. Grayscale: #434343. Windows color (decimal): -11386583 or 2703698. OLE color: 2703698.

HSL color Cylindrical-coordinate representation of color #524129: hue angle of 35.12º degrees, saturation: 0.33, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #524129 is Cyan = 0, Magento = 0.21, Yellow = 0.50 and Black (K on CMYK) = 0.68.

Color convert

RGB826541-
CMYK00.210.500.68
HSL35.12º33.33%24.12%-
HSV(B)35.12º50%32.16%-
XYZ5.775.732.9-
YUV67.35113.13138.45-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 43.62%
GREEN value IS 65 (25.78% from 255) = 34.57%
BLUE value IS 41 (16.41% from 255) = 21.81%
R=43.62%
G=34.57%
B=21.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.50
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82654100.210.500.6835.1233.3324.12
Hex5241290153244232118
Octal1221015102562104434130
Binary10100101000001101001010101110010100010010001110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524129; }

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

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

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

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

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

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

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

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