#5A4528

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

Shades of Deep Bronze #5A4528

Tints of Deep Bronze #5A4528

Color information

#5A4528 (or 0x5A4528) is unknown color: approx Deep Bronze. HEX triplet: 5A, 45 and 28. RGB value is (90,69,40). Sum of RGB (Red+Green+Blue) = 90+69+40=199 (26% of max value = 765). Red value is 90 (35.55% from 255 or 45.23% from 199); Green value is 69 (27.34% from 255 or 34.67% from 199); Blue value is 40 (16.02% from 255 or 20.10% from 199); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4528 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A4528 is #A5BAD7. Grayscale: #484848. Windows color (decimal): -10861272 or 2639194. OLE color: 2639194.

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

Color convert

RGB906940-
CMYK00.230.560.65
HSL34.8º38.46%25.49%-
HSV(B)34.8º55.56%35.29%-
XYZ6.736.582.92-
YUV71.97109.96140.86-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 45.23%
GREEN value IS 69 (27.34% from 255) = 34.67%
BLUE value IS 40 (16.02% from 255) = 20.10%
R=45.23%
G=34.67%
B=20.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.56
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90694000.230.560.6534.838.4625.49
Hex5A45280173841232619
Octal1321055002770101434631
Binary10110101000101101000010111111000100000110001110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A4528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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