#524532

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

Shades of Deep Bronze #524532

Tints of Deep Bronze #524532

Color information

#524532 (or 0x524532) is unknown color: approx Deep Bronze. HEX triplet: 52, 45 and 32. RGB value is (82,69,50). Sum of RGB (Red+Green+Blue) = 82+69+50=201 (26% of max value = 765). Red value is 82 (32.42% from 255 or 40.80% from 201); Green value is 69 (27.34% from 255 or 34.33% from 201); Blue value is 50 (19.92% from 255 or 24.88% from 201); Max value from RGB is 82 - color contains mainly: red. Hex color #524532 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #524532 is #ADBACD. Grayscale: #464646. Windows color (decimal): -11385550 or 3294546. OLE color: 3294546.

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

Color convert

RGB826950-
CMYK00.160.390.68
HSL35.63º24.24%25.88%-
HSV(B)35.63º39.02%32.16%-
XYZ6.186.283.9-
YUV70.72116.31136.04-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 40.80%
GREEN value IS 69 (27.34% from 255) = 34.33%
BLUE value IS 50 (19.92% from 255) = 24.88%
R=40.80%
G=34.33%
B=24.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.39
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82695000.160.390.6835.6324.2425.88
Hex524532010274424181a
Octal1221056202047104443032
Binary1010010100010111001001000010011110001001001001100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524532; }

 p { color: rgb(82,69,50); }

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

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

 a { background-color: rgb(82,69,50); }

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

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

 span { border-color: rgb(82,69,50); }

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