#584E16

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

Shades of Bronze Olive #584E16

Tints of Bronze Olive #584E16

Color information

#584E16 (or 0x584E16) is unknown color: approx Bronze Olive. HEX triplet: 58, 4E and 16. RGB value is (88,78,22). Sum of RGB (Red+Green+Blue) = 88+78+22=188 (24% of max value = 765). Red value is 88 (34.77% from 255 or 46.81% from 188); Green value is 78 (30.86% from 255 or 41.49% from 188); Blue value is 22 (8.98% from 255 or 11.70% from 188); Max value from RGB is 88 - color contains mainly: red. Hex color #584E16 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #584E16 is #A7B1E9. Grayscale: #4A4A4A. Windows color (decimal): -10990058 or 1461848. OLE color: 1461848.

HSL color Cylindrical-coordinate representation of color #584E16: hue angle of 50.91º degrees, saturation: 0.6, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #584E16 is Cyan = 0, Magento = 0.11, Yellow = 0.75 and Black (K on CMYK) = 0.65.

Color convert

RGB887822-
CMYK00.110.750.65
HSL50.91º60%21.57%-
HSV(B)50.91º75%34.51%-
XYZ6.897.581.86-
YUV74.6198.31137.55-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 46.81%
GREEN value IS 78 (30.86% from 255) = 41.49%
BLUE value IS 22 (8.98% from 255) = 11.70%
R=46.81%
G=41.49%
B=11.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.75
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88782200.110.750.6550.916021.57
Hex584E160B4B41333c16
Octal13011626013113101637426
Binary1011000100111010110010111001011100000111001111110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584E16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #584E16; }

 p { color: rgb(88,78,22); }

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

<style>
 a { background-color: #584E16; }

 a { background-color: rgb(88,78,22); }

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

<style>
 span { border-color: #584E16; }

 span { border-color: rgb(88,78,22); }

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