#523C24

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

Shades of Deep Bronze #523C24

Tints of Deep Bronze #523C24

Color information

#523C24 (or 0x523C24) is unknown color: approx Deep Bronze. HEX triplet: 52, 3C and 24. RGB value is (82,60,36). Sum of RGB (Red+Green+Blue) = 82+60+36=178 (23% of max value = 765). Red value is 82 (32.42% from 255 or 46.07% from 178); Green value is 60 (23.83% from 255 or 33.71% from 178); Blue value is 36 (14.45% from 255 or 20.22% from 178); Max value from RGB is 82 - color contains mainly: red. Hex color #523C24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523C24 is #ADC3DB. Grayscale: #3F3F3F. Windows color (decimal): -11387868 or 2374738. OLE color: 2374738.

HSL color Cylindrical-coordinate representation of color #523C24: hue angle of 31.3º degrees, saturation: 0.39, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #523C24 is Cyan = 0, Magento = 0.27, Yellow = 0.56 and Black (K on CMYK) = 0.68.

Color convert

RGB826036-
CMYK00.270.560.68
HSL31.3º38.98%23.14%-
HSV(B)31.3º56.1%32.16%-
XYZ5.415.152.38-
YUV63.84112.29140.95-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 46.07%
GREEN value IS 60 (23.83% from 255) = 33.71%
BLUE value IS 36 (14.45% from 255) = 20.22%
R=46.07%
G=33.71%
B=20.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.56
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82603600.270.560.6831.338.9823.14
Hex523C2401B38441f2717
Octal122744403370104374727
Binary101001011110010010001101111100010001001111110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523C24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #523C24; }

 p { color: rgb(82,60,36); }

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

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

 a { background-color: rgb(82,60,36); }

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

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

 span { border-color: rgb(82,60,36); }

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