#585116

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

Shades of Bronze Olive #585116

Tints of Bronze Olive #585116

Color information

#585116 (or 0x585116) is unknown color: approx Bronze Olive. HEX triplet: 58, 51 and 16. RGB value is (88,81,22). Sum of RGB (Red+Green+Blue) = 88+81+22=191 (25% of max value = 765). Red value is 88 (34.77% from 255 or 46.07% from 191); Green value is 81 (32.03% from 255 or 42.41% from 191); Blue value is 22 (8.98% from 255 or 11.52% from 191); Max value from RGB is 88 - color contains mainly: red. Hex color #585116 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #585116 is #A7AEE9. Grayscale: #4C4C4C. Windows color (decimal): -10989290 or 1462616. OLE color: 1462616.

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

Color convert

RGB888122-
CMYK00.080.750.65
HSL53.64º60%21.57%-
HSV(B)53.64º75%34.51%-
XYZ7.118.021.93-
YUV76.3797.32136.3-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 46.07%
GREEN value IS 81 (32.03% from 255) = 42.41%
BLUE value IS 22 (8.98% from 255) = 11.52%
R=46.07%
G=42.41%
B=11.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.75
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88812200.080.750.6553.646021.57
Hex585116084B41363c16
Octal13012126010113101667426
Binary1011000101000110110010001001011100000111011011110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585116; }

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

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

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

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

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

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

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

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