#524126

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

Shades of Deep Bronze #524126

Tints of Deep Bronze #524126

Color information

#524126 (or 0x524126) is unknown color: approx Deep Bronze. HEX triplet: 52, 41 and 26. RGB value is (82,65,38). Sum of RGB (Red+Green+Blue) = 82+65+38=185 (24% of max value = 765). Red value is 82 (32.42% from 255 or 44.32% from 185); Green value is 65 (25.78% from 255 or 35.14% from 185); Blue value is 38 (15.23% from 255 or 20.54% from 185); Max value from RGB is 82 - color contains mainly: red. Hex color #524126 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #524126 is #ADBED9. Grayscale: #434343. Windows color (decimal): -11386586 or 2507090. OLE color: 2507090.

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

Color convert

RGB826538-
CMYK00.210.540.68
HSL36.82º36.67%23.53%-
HSV(B)36.82º53.66%32.16%-
XYZ5.725.712.64-
YUV67111.63138.7-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 44.32%
GREEN value IS 65 (25.78% from 255) = 35.14%
BLUE value IS 38 (15.23% from 255) = 20.54%
R=44.32%
G=35.14%
B=20.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.54
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82653800.210.540.6836.8236.6723.53
Hex5241260153644252518
Octal1221014602566104454530
Binary10100101000001100110010101110110100010010010110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524126; }

 p { color: rgb(82,65,38); }

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

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

 a { background-color: rgb(82,65,38); }

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

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

 span { border-color: rgb(82,65,38); }

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