#585016

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

Shades of Bronze Olive #585016

Tints of Bronze Olive #585016

Color information

#585016 (or 0x585016) is unknown color: approx Bronze Olive. HEX triplet: 58, 50 and 16. RGB value is (88,80,22). Sum of RGB (Red+Green+Blue) = 88+80+22=190 (25% of max value = 765). Red value is 88 (34.77% from 255 or 46.32% from 190); Green value is 80 (31.64% from 255 or 42.11% from 190); Blue value is 22 (8.98% from 255 or 11.58% from 190); Max value from RGB is 88 - color contains mainly: red. Hex color #585016 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #585016 is #A7AFE9. Grayscale: #4C4C4C. Windows color (decimal): -10989546 or 1462360. OLE color: 1462360.

HSL color Cylindrical-coordinate representation of color #585016: hue angle of 52.73º 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 #585016 is Cyan = 0, Magento = 0.09, Yellow = 0.75 and Black (K on CMYK) = 0.65.

Color convert

RGB888022-
CMYK00.090.750.65
HSL52.73º60%21.57%-
HSV(B)52.73º75%34.51%-
XYZ7.047.871.91-
YUV75.7897.65136.72-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 46.32%
GREEN value IS 80 (31.64% from 255) = 42.11%
BLUE value IS 22 (8.98% from 255) = 11.58%
R=46.32%
G=42.11%
B=11.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.75
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88802200.090.750.6552.736021.57
Hex585016094B41353c16
Octal13012026011113101657426
Binary1011000101000010110010011001011100000111010111110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585016; }

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

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

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

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

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

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

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

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