#523F2D

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

Shades of Deep Bronze #523F2D

Tints of Deep Bronze #523F2D

Color information

#523F2D (or 0x523F2D) is unknown color: approx Deep Bronze. HEX triplet: 52, 3F and 2D. RGB value is (82,63,45). Sum of RGB (Red+Green+Blue) = 82+63+45=190 (25% of max value = 765). Red value is 82 (32.42% from 255 or 43.16% from 190); Green value is 63 (25% from 255 or 33.16% from 190); Blue value is 45 (17.97% from 255 or 23.68% from 190); Max value from RGB is 82 - color contains mainly: red. Hex color #523F2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523F2D is #ADC0D2. Grayscale: #424242. Windows color (decimal): -11387091 or 2965330. OLE color: 2965330.

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

Color convert

RGB826345-
CMYK00.230.450.68
HSL29.19º29.13%24.9%-
HSV(B)29.19º45.12%32.16%-
XYZ5.735.543.25-
YUV66.63115.79138.96-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 43.16%
GREEN value IS 63 (25% from 255) = 33.16%
BLUE value IS 45 (17.97% from 255) = 23.68%
R=43.16%
G=33.16%
B=23.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.45
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82634500.230.450.6829.1929.1324.9
Hex523F2D0172D441d1d19
Octal122775502755104353531
Binary10100101111111011010101111011011000100111011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523F2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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