#524329

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

Shades of Deep Bronze #524329

Tints of Deep Bronze #524329

Color information

#524329 (or 0x524329) is unknown color: approx Deep Bronze. HEX triplet: 52, 43 and 29. RGB value is (82,67,41). Sum of RGB (Red+Green+Blue) = 82+67+41=190 (25% of max value = 765). Red value is 82 (32.42% from 255 or 43.16% from 190); Green value is 67 (26.56% from 255 or 35.26% from 190); Blue value is 41 (16.41% from 255 or 21.58% from 190); Max value from RGB is 82 - color contains mainly: red. Hex color #524329 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #524329 is #ADBCD6. Grayscale: #444444. Windows color (decimal): -11386071 or 2704210. OLE color: 2704210.

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

Color convert

RGB826741-
CMYK00.180.500.68
HSL38.05º33.33%24.12%-
HSV(B)38.05º50%32.16%-
XYZ5.895.972.94-
YUV68.52112.47137.61-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 43.16%
GREEN value IS 67 (26.56% from 255) = 35.26%
BLUE value IS 41 (16.41% from 255) = 21.58%
R=43.16%
G=35.26%
B=21.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.50
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82674100.180.500.6838.0533.3324.12
Hex5243290123244262118
Octal1221035102262104464130
Binary10100101000011101001010010110010100010010011010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524329

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524329; }

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

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

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

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

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

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

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

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