#524332

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

Shades of Deep Bronze #524332

Tints of Deep Bronze #524332

Color information

#524332 (or 0x524332) is unknown color: approx Deep Bronze. HEX triplet: 52, 43 and 32. RGB value is (82,67,50). Sum of RGB (Red+Green+Blue) = 82+67+50=199 (26% of max value = 765). Red value is 82 (32.42% from 255 or 41.21% from 199); Green value is 67 (26.56% from 255 or 33.67% from 199); Blue value is 50 (19.92% from 255 or 25.13% from 199); Max value from RGB is 82 - color contains mainly: red. Hex color #524332 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #524332 is #ADBCCD. Grayscale: #454545. Windows color (decimal): -11386062 or 3294034. OLE color: 3294034.

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

Color convert

RGB826750-
CMYK00.180.390.68
HSL31.88º24.24%25.88%-
HSV(B)31.88º39.02%32.16%-
XYZ6.066.043.86-
YUV69.55116.97136.88-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 41.21%
GREEN value IS 67 (26.56% from 255) = 33.67%
BLUE value IS 50 (19.92% from 255) = 25.13%
R=41.21%
G=33.67%
B=25.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.39
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82675000.180.390.6831.8824.2425.88
Hex524332012274420181a
Octal1221036202247104403032
Binary1010010100001111001001001010011110001001000001100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524332; }

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

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

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

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

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

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

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

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