#5A4830

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

Shades of Deep Bronze #5A4830

Tints of Deep Bronze #5A4830

Color information

#5A4830 (or 0x5A4830) is unknown color: approx Deep Bronze. HEX triplet: 5A, 48 and 30. RGB value is (90,72,48). Sum of RGB (Red+Green+Blue) = 90+72+48=210 (27% of max value = 765). Red value is 90 (35.55% from 255 or 42.86% from 210); Green value is 72 (28.52% from 255 or 34.29% from 210); Blue value is 48 (19.14% from 255 or 22.86% from 210); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4830 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A4830 is #A5B7CF. Grayscale: #4A4A4A. Windows color (decimal): -10860496 or 3164250. OLE color: 3164250.

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

Color convert

RGB907248-
CMYK00.200.470.65
HSL34.29º30.43%27.06%-
HSV(B)34.29º46.67%35.29%-
XYZ7.077.023.78-
YUV74.65112.96138.95-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 42.86%
GREEN value IS 72 (28.52% from 255) = 34.29%
BLUE value IS 48 (19.14% from 255) = 22.86%
R=42.86%
G=34.29%
B=22.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.47
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90724800.200.470.6534.2930.4327.06
Hex5A48300142F41221e1b
Octal1321106002457101423633
Binary1011010100100011000001010010111110000011000101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A4830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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