#5A4908

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

Shades of Bronze Olive #5A4908

Tints of Bronze Olive #5A4908

Color information

#5A4908 (or 0x5A4908) is unknown color: approx Bronze Olive. HEX triplet: 5A, 49 and 08. RGB value is (90,73,8). Sum of RGB (Red+Green+Blue) = 90+73+8=171 (22% of max value = 765). Red value is 90 (35.55% from 255 or 52.63% from 171); Green value is 73 (28.91% from 255 or 42.69% from 171); Blue value is 8 (3.52% from 255 or 4.68% from 171); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4908 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A4908 is #A5B6F7. Grayscale: #464646. Windows color (decimal): -10860280 or 543066. OLE color: 543066.

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

Color convert

RGB90738-
CMYK00.190.910.65
HSL47.56º83.67%19.22%-
HSV(B)47.56º91.11%35.29%-
XYZ6.646.961.22-
YUV70.6792.63141.79-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 52.63%
GREEN value IS 73 (28.91% from 255) = 42.69%
BLUE value IS 8 (3.52% from 255) = 4.68%
R=52.63%
G=42.69%
B=4.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.91
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal9073800.190.910.6547.5683.6719.22
Hex5A4980135B41305413
Octal132111100231331016012423
Binary10110101001001100001001110110111000001110000101010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A4908

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,73,8); }

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

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

 a { background-color: rgb(90,73,8); }

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

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

 span { border-color: rgb(90,73,8); }

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