#524429

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

Shades of Deep Bronze #524429

Tints of Deep Bronze #524429

Color information

#524429 (or 0x524429) is unknown color: approx Deep Bronze. HEX triplet: 52, 44 and 29. RGB value is (82,68,41). Sum of RGB (Red+Green+Blue) = 82+68+41=191 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.93% from 191); Green value is 68 (26.95% from 255 or 35.60% from 191); Blue value is 41 (16.41% from 255 or 21.47% from 191); Max value from RGB is 82 - color contains mainly: red. Hex color #524429 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #524429 is #ADBBD6. Grayscale: #454545. Windows color (decimal): -11385815 or 2704466. OLE color: 2704466.

HSL color Cylindrical-coordinate representation of color #524429: hue angle of 39.51º 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 #524429 is Cyan = 0, Magento = 0.17, Yellow = 0.50 and Black (K on CMYK) = 0.68.

Color convert

RGB826841-
CMYK00.170.500.68
HSL39.51º33.33%24.12%-
HSV(B)39.51º50%32.16%-
XYZ5.956.092.96-
YUV69.11112.14137.2-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 42.93%
GREEN value IS 68 (26.95% from 255) = 35.60%
BLUE value IS 41 (16.41% from 255) = 21.47%
R=42.93%
G=35.60%
B=21.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.50
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82684100.170.500.6839.5133.3324.12
Hex5244290113244282118
Octal1221045102162104504130
Binary10100101000100101001010001110010100010010100010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524429; }

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

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

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

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

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

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

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

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