#585216

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

Shades of Bronze Olive #585216

Tints of Bronze Olive #585216

Color information

#585216 (or 0x585216) is unknown color: approx Bronze Olive. HEX triplet: 58, 52 and 16. RGB value is (88,82,22). Sum of RGB (Red+Green+Blue) = 88+82+22=192 (25% of max value = 765). Red value is 88 (34.77% from 255 or 45.83% from 192); Green value is 82 (32.42% from 255 or 42.71% from 192); Blue value is 22 (8.98% from 255 or 11.46% from 192); Max value from RGB is 88 - color contains mainly: red. Hex color #585216 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #585216 is #A7ADE9. Grayscale: #4D4D4D. Windows color (decimal): -10989034 or 1462872. OLE color: 1462872.

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

Color convert

RGB888222-
CMYK00.070.750.65
HSL54.55º60%21.57%-
HSV(B)54.55º75%34.51%-
XYZ7.198.171.96-
YUV76.9596.99135.88-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 45.83%
GREEN value IS 82 (32.42% from 255) = 42.71%
BLUE value IS 22 (8.98% from 255) = 11.46%
R=45.83%
G=42.71%
B=11.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.75
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88822200.070.750.6554.556021.57
Hex585216074B41373c16
Octal1301222607113101677426
Binary101100010100101011001111001011100000111011111110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585216; }

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

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

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

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

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

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

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

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