#5A5204

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

Shades of Bronze Olive #5A5204

Tints of Bronze Olive #5A5204

Color information

#5A5204 (or 0x5A5204) is unknown color: approx Bronze Olive. HEX triplet: 5A, 52 and 04. RGB value is (90,82,4). Sum of RGB (Red+Green+Blue) = 90+82+4=176 (23% of max value = 765). Red value is 90 (35.55% from 255 or 51.14% from 176); Green value is 82 (32.42% from 255 or 46.59% from 176); Blue value is 4 (1.95% from 255 or 2.27% from 176); Max value from RGB is 90 - color contains mainly: red. Hex color #5A5204 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A5204 is #A5ADFB. Grayscale: #4B4B4B. Windows color (decimal): -10857980 or 283226. OLE color: 283226.

HSL color Cylindrical-coordinate representation of color #5A5204: hue angle of 54.42º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5A5204 is Cyan = 0, Magento = 0.09, Yellow = 0.96 and Black (K on CMYK) = 0.65.

Color convert

RGB90824-
CMYK00.090.960.65
HSL54.42º91.49%18.43%-
HSV(B)54.42º95.56%35.29%-
XYZ7.268.221.32-
YUV75.587.65138.34-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 51.14%
GREEN value IS 82 (32.42% from 255) = 46.59%
BLUE value IS 4 (1.95% from 255) = 2.27%
R=51.14%
G=46.59%
B=2.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.96
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal9082400.090.960.6554.4291.4918.43
Hex5A524096041365b12
Octal13212240111401016613322
Binary101101010100101000100111000001000001110110101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A5204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,82,4); }

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

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

 a { background-color: rgb(90,82,4); }

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

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

 span { border-color: rgb(90,82,4); }

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