#585418

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

Shades of Bronze Olive #585418

Tints of Bronze Olive #585418

Color information

#585418 (or 0x585418) is unknown color: approx Bronze Olive. HEX triplet: 58, 54 and 18. RGB value is (88,84,24). Sum of RGB (Red+Green+Blue) = 88+84+24=196 (25% of max value = 765). Red value is 88 (34.77% from 255 or 44.90% from 196); Green value is 84 (33.20% from 255 or 42.86% from 196); Blue value is 24 (9.77% from 255 or 12.24% from 196); Max value from RGB is 88 - color contains mainly: red. Hex color #585418 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #585418 is #A7ABE7. Grayscale: #4E4E4E. Windows color (decimal): -10988520 or 1594456. OLE color: 1594456.

HSL color Cylindrical-coordinate representation of color #585418: hue angle of 56.25º degrees, saturation: 0.57, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #585418 is Cyan = 0, Magento = 0.05, Yellow = 0.73 and Black (K on CMYK) = 0.65.

Color convert

RGB888424-
CMYK00.050.730.65
HSL56.25º57.14%21.96%-
HSV(B)56.25º72.73%34.51%-
XYZ7.368.482.11-
YUV78.3697.33134.88-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 44.90%
GREEN value IS 84 (33.20% from 255) = 42.86%
BLUE value IS 24 (9.77% from 255) = 12.24%
R=44.90%
G=42.86%
B=12.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.73
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88842400.050.730.6556.2557.1421.96
Hex585418054941383916
Octal1301243005111101707126
Binary101100010101001100001011001001100000111100011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585418; }

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

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

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

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

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

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

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

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