#5A5104

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

Shades of Bronze Olive #5A5104

Tints of Bronze Olive #5A5104

Color information

#5A5104 (or 0x5A5104) is unknown color: approx Bronze Olive. HEX triplet: 5A, 51 and 04. RGB value is (90,81,4). Sum of RGB (Red+Green+Blue) = 90+81+4=175 (23% of max value = 765). Red value is 90 (35.55% from 255 or 51.43% from 175); Green value is 81 (32.03% from 255 or 46.29% from 175); Blue value is 4 (1.95% from 255 or 2.29% from 175); Max value from RGB is 90 - color contains mainly: red. Hex color #5A5104 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A5104 is #A5AEFB. Grayscale: #4B4B4B. Windows color (decimal): -10858236 or 282970. OLE color: 282970.

HSL color Cylindrical-coordinate representation of color #5A5104: hue angle of 53.72º 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 #5A5104 is Cyan = 0, Magento = 0.1, Yellow = 0.96 and Black (K on CMYK) = 0.65.

Color convert

RGB90814-
CMYK00.10.960.65
HSL53.72º91.49%18.43%-
HSV(B)53.72º95.56%35.29%-
XYZ7.188.071.29-
YUV74.9187.98138.76-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 51.43%
GREEN value IS 81 (32.03% from 255) = 46.29%
BLUE value IS 4 (1.95% from 255) = 2.29%
R=51.43%
G=46.29%
B=2.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.1
Y (Yellow) values IS 0.96
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal9081400.10.960.6553.7291.4918.43
Hex5A5140A6041365b12
Octal13212140121401016613322
Binary101101010100011000101011000001000001110110101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A5104

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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