#523F28

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

Shades of Deep Bronze #523F28

Tints of Deep Bronze #523F28

Color information

#523F28 (or 0x523F28) is unknown color: approx Deep Bronze. HEX triplet: 52, 3F and 28. RGB value is (82,63,40). Sum of RGB (Red+Green+Blue) = 82+63+40=185 (24% of max value = 765). Red value is 82 (32.42% from 255 or 44.32% from 185); Green value is 63 (25% from 255 or 34.05% from 185); Blue value is 40 (16.02% from 255 or 21.62% from 185); Max value from RGB is 82 - color contains mainly: red. Hex color #523F28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523F28 is #ADC0D7. Grayscale: #424242. Windows color (decimal): -11387096 or 2637650. OLE color: 2637650.

HSL color Cylindrical-coordinate representation of color #523F28: hue angle of 32.86º 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 #523F28 is Cyan = 0, Magento = 0.23, Yellow = 0.51 and Black (K on CMYK) = 0.68.

Color convert

RGB826340-
CMYK00.230.510.68
HSL32.86º34.43%23.92%-
HSV(B)32.86º51.22%32.16%-
XYZ5.645.52.77-
YUV66.06113.29139.37-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 44.32%
GREEN value IS 63 (25% from 255) = 34.05%
BLUE value IS 40 (16.02% from 255) = 21.62%
R=44.32%
G=34.05%
B=21.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.51
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82634000.230.510.6832.8634.4323.92
Hex523F280173344212218
Octal122775002763104414230
Binary1010010111111101000010111110011100010010000110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523F28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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