#5A4F06

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

Shades of Bronze Olive #5A4F06

Tints of Bronze Olive #5A4F06

Color information

#5A4F06 (or 0x5A4F06) is unknown color: approx Bronze Olive. HEX triplet: 5A, 4F and 06. RGB value is (90,79,6). Sum of RGB (Red+Green+Blue) = 90+79+6=175 (23% of max value = 765). Red value is 90 (35.55% from 255 or 51.43% from 175); Green value is 79 (31.25% from 255 or 45.14% from 175); Blue value is 6 (2.73% from 255 or 3.43% from 175); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4F06 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A4F06 is #A5B0F9. Grayscale: #4A4A4A. Windows color (decimal): -10858746 or 413530. OLE color: 413530.

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

Color convert

RGB90796-
CMYK00.120.930.65
HSL52.14º87.5%18.82%-
HSV(B)52.14º93.33%35.29%-
XYZ7.057.781.3-
YUV73.9789.64139.44-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 51.43%
GREEN value IS 79 (31.25% from 255) = 45.14%
BLUE value IS 6 (2.73% from 255) = 3.43%
R=51.43%
G=45.14%
B=3.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.93
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal9079600.120.930.6552.1487.518.82
Hex5A4F60C5D41345813
Octal13211760141351016413023
Binary101101010011111100110010111011000001110100101100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A4F06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,79,6); }

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

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

 a { background-color: rgb(90,79,6); }

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

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

 span { border-color: rgb(90,79,6); }

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