#585416

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

Shades of Bronze Olive #585416

Tints of Bronze Olive #585416

Color information

#585416 (or 0x585416) is unknown color: approx Bronze Olive. HEX triplet: 58, 54 and 16. RGB value is (88,84,22). Sum of RGB (Red+Green+Blue) = 88+84+22=194 (25% of max value = 765). Red value is 88 (34.77% from 255 or 45.36% from 194); Green value is 84 (33.20% from 255 or 43.30% from 194); Blue value is 22 (8.98% from 255 or 11.34% from 194); Max value from RGB is 88 - color contains mainly: red. Hex color #585416 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #585416 is #A7ABE9. Grayscale: #4E4E4E. Windows color (decimal): -10988522 or 1463384. OLE color: 1463384.

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

Color convert

RGB888422-
CMYK00.050.750.65
HSL56.36º60%21.57%-
HSV(B)56.36º75%34.51%-
XYZ7.348.472.01-
YUV78.1396.33135.04-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 45.36%
GREEN value IS 84 (33.20% from 255) = 43.30%
BLUE value IS 22 (8.98% from 255) = 11.34%
R=45.36%
G=43.30%
B=11.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.75
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88842200.050.750.6556.366021.57
Hex585416054B41383c16
Octal1301242605113101707426
Binary101100010101001011001011001011100000111100011110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585416; }

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

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

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

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

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

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

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

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