#523E29

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

Shades of Deep Bronze #523E29

Tints of Deep Bronze #523E29

Color information

#523E29 (or 0x523E29) is unknown color: approx Deep Bronze. HEX triplet: 52, 3E and 29. RGB value is (82,62,41). Sum of RGB (Red+Green+Blue) = 82+62+41=185 (24% of max value = 765). Red value is 82 (32.42% from 255 or 44.32% from 185); Green value is 62 (24.61% from 255 or 33.51% from 185); Blue value is 41 (16.41% from 255 or 22.16% from 185); Max value from RGB is 82 - color contains mainly: red. Hex color #523E29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523E29 is #ADC1D6. Grayscale: #414141. Windows color (decimal): -11387351 or 2702930. OLE color: 2702930.

HSL color Cylindrical-coordinate representation of color #523E29: hue angle of 30.73º degrees, saturation: 0.33, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #523E29 is Cyan = 0, Magento = 0.24, Yellow = 0.50 and Black (K on CMYK) = 0.68.

Color convert

RGB826241-
CMYK00.240.500.68
HSL30.73º33.33%24.12%-
HSV(B)30.73º50%32.16%-
XYZ5.65.42.84-
YUV65.59114.13139.71-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 44.32%
GREEN value IS 62 (24.61% from 255) = 33.51%
BLUE value IS 41 (16.41% from 255) = 22.16%
R=44.32%
G=33.51%
B=22.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.50
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82624100.240.500.6830.7333.3324.12
Hex523E2901832441f2118
Octal122765103062104374130
Binary101001011111010100101100011001010001001111110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523E29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,62,41); }

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

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

 a { background-color: rgb(82,62,41); }

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

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

 span { border-color: rgb(82,62,41); }

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