#5A5105

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

Shades of Bronze Olive #5A5105

Tints of Bronze Olive #5A5105

Color information

#5A5105 (or 0x5A5105) is unknown color: approx Bronze Olive. HEX triplet: 5A, 51 and 05. RGB value is (90,81,5). Sum of RGB (Red+Green+Blue) = 90+81+5=176 (23% of max value = 765). Red value is 90 (35.55% from 255 or 51.14% from 176); Green value is 81 (32.03% from 255 or 46.02% from 176); Blue value is 5 (2.34% from 255 or 2.84% from 176); Max value from RGB is 90 - color contains mainly: red. Hex color #5A5105 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A5105 is #A5AEFA. Grayscale: #4B4B4B. Windows color (decimal): -10858235 or 348506. OLE color: 348506.

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

Color convert

RGB90815-
CMYK00.10.940.65
HSL53.65º89.47%18.63%-
HSV(B)53.65º94.44%35.29%-
XYZ7.198.071.32-
YUV75.0388.48138.68-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 51.14%
GREEN value IS 81 (32.03% from 255) = 46.02%
BLUE value IS 5 (2.34% from 255) = 2.84%
R=51.14%
G=46.02%
B=2.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.1
Y (Yellow) values IS 0.94
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal9081500.10.940.6553.6589.4718.63
Hex5A5150A5E41365913
Octal13212150121361016613123
Binary101101010100011010101010111101000001110110101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A5105

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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