#5A4831

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

Shades of Deep Bronze #5A4831

Tints of Deep Bronze #5A4831

Color information

#5A4831 (or 0x5A4831) is unknown color: approx Deep Bronze. HEX triplet: 5A, 48 and 31. RGB value is (90,72,49). Sum of RGB (Red+Green+Blue) = 90+72+49=211 (27% of max value = 765). Red value is 90 (35.55% from 255 or 42.65% from 211); Green value is 72 (28.52% from 255 or 34.12% from 211); Blue value is 49 (19.53% from 255 or 23.22% from 211); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4831 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A4831 is #A5B7CE. Grayscale: #4A4A4A. Windows color (decimal): -10860495 or 3229786. OLE color: 3229786.

HSL color Cylindrical-coordinate representation of color #5A4831: hue angle of 33.66º degrees, saturation: 0.29, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5A4831 is Cyan = 0, Magento = 0.20, Yellow = 0.46 and Black (K on CMYK) = 0.65.

Color convert

RGB907249-
CMYK00.200.460.65
HSL33.66º29.5%27.25%-
HSV(B)33.66º45.56%35.29%-
XYZ7.097.033.89-
YUV74.76113.46138.87-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 42.65%
GREEN value IS 72 (28.52% from 255) = 34.12%
BLUE value IS 49 (19.53% from 255) = 23.22%
R=42.65%
G=34.12%
B=23.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.46
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90724900.200.460.6533.6629.527.25
Hex5A48310142E41221d1b
Octal1321106102456101423533
Binary1011010100100011000101010010111010000011000101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A4831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,72,49); }

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

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

 a { background-color: rgb(90,72,49); }

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

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

 span { border-color: rgb(90,72,49); }

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