#5A4425

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

Shades of Deep Bronze #5A4425

Tints of Deep Bronze #5A4425

Color information

#5A4425 (or 0x5A4425) is unknown color: approx Deep Bronze. HEX triplet: 5A, 44 and 25. RGB value is (90,68,37). Sum of RGB (Red+Green+Blue) = 90+68+37=195 (25% of max value = 765). Red value is 90 (35.55% from 255 or 46.15% from 195); Green value is 68 (26.95% from 255 or 34.87% from 195); Blue value is 37 (14.84% from 255 or 18.97% from 195); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4425 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A4425 is #A5BBDA. Grayscale: #474747. Windows color (decimal): -10861531 or 2442330. OLE color: 2442330.

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

Color convert

RGB906837-
CMYK00.240.590.65
HSL35.09º41.73%24.9%-
HSV(B)35.09º58.89%35.29%-
XYZ6.626.442.64-
YUV71.04108.79141.52-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 46.15%
GREEN value IS 68 (26.95% from 255) = 34.87%
BLUE value IS 37 (14.84% from 255) = 18.97%
R=46.15%
G=34.87%
B=18.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.59
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90683700.240.590.6535.0941.7324.9
Hex5A44250183B41232a19
Octal1321044503073101435231
Binary10110101000100100101011000111011100000110001110101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A4425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,68,37); }

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

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

 a { background-color: rgb(90,68,37); }

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

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

 span { border-color: rgb(90,68,37); }

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