#5A4529

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

Shades of Deep Bronze #5A4529

Tints of Deep Bronze #5A4529

Color information

#5A4529 (or 0x5A4529) is unknown color: approx Deep Bronze. HEX triplet: 5A, 45 and 29. RGB value is (90,69,41). Sum of RGB (Red+Green+Blue) = 90+69+41=200 (26% of max value = 765). Red value is 90 (35.55% from 255 or 45% from 200); Green value is 69 (27.34% from 255 or 34.5% from 200); Blue value is 41 (16.41% from 255 or 20.5% from 200); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4529 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A4529 is #A5BAD6. Grayscale: #484848. Windows color (decimal): -10861271 or 2704730. OLE color: 2704730.

HSL color Cylindrical-coordinate representation of color #5A4529: hue angle of 34.29º degrees, saturation: 0.37, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5A4529 is Cyan = 0, Magento = 0.23, Yellow = 0.54 and Black (K on CMYK) = 0.65.

Color convert

RGB906941-
CMYK00.230.540.65
HSL34.29º37.4%25.69%-
HSV(B)34.29º54.44%35.29%-
XYZ6.746.593.01-
YUV72.09110.46140.78-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 45%
GREEN value IS 69 (27.34% from 255) = 34.5%
BLUE value IS 41 (16.41% from 255) = 20.5%
R=45%
G=34.5%
B=20.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.54
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90694100.230.540.6534.2937.425.69
Hex5A4529017364122251a
Octal1321055102766101424532
Binary10110101000101101001010111110110100000110001010010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A4529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5A4529; }

 p { color: rgb(90,69,41); }

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

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

 a { background-color: rgb(90,69,41); }

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

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

 span { border-color: rgb(90,69,41); }

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