#524228

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

Shades of Deep Bronze #524228

Tints of Deep Bronze #524228

Color information

#524228 (or 0x524228) is unknown color: approx Deep Bronze. HEX triplet: 52, 42 and 28. RGB value is (82,66,40). Sum of RGB (Red+Green+Blue) = 82+66+40=188 (24% of max value = 765). Red value is 82 (32.42% from 255 or 43.62% from 188); Green value is 66 (26.17% from 255 or 35.11% from 188); Blue value is 40 (16.02% from 255 or 21.28% from 188); Max value from RGB is 82 - color contains mainly: red. Hex color #524228 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #524228 is #ADBDD7. Grayscale: #434343. Windows color (decimal): -11386328 or 2638418. OLE color: 2638418.

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

Color convert

RGB826640-
CMYK00.200.510.68
HSL37.14º34.43%23.92%-
HSV(B)37.14º51.22%32.16%-
XYZ5.815.842.83-
YUV67.82112.3138.11-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 43.62%
GREEN value IS 66 (26.17% from 255) = 35.11%
BLUE value IS 40 (16.02% from 255) = 21.28%
R=43.62%
G=35.11%
B=21.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.51
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82664000.200.510.6837.1434.4323.92
Hex5242280143344252218
Octal1221025002463104454230
Binary10100101000010101000010100110011100010010010110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524228; }

 p { color: rgb(82,66,40); }

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

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

 a { background-color: rgb(82,66,40); }

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

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

 span { border-color: rgb(82,66,40); }

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