#585413

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

Shades of Bronze Olive #585413

Tints of Bronze Olive #585413

Color information

#585413 (or 0x585413) is unknown color: approx Bronze Olive. HEX triplet: 58, 54 and 13. RGB value is (88,84,19). Sum of RGB (Red+Green+Blue) = 88+84+19=191 (25% of max value = 765). Red value is 88 (34.77% from 255 or 46.07% from 191); Green value is 84 (33.20% from 255 or 43.98% from 191); Blue value is 19 (7.81% from 255 or 9.95% from 191); Max value from RGB is 88 - color contains mainly: red. Hex color #585413 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #585413 is #A7ABEC. Grayscale: #4E4E4E. Windows color (decimal): -10988525 or 1266776. OLE color: 1266776.

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

Color convert

RGB888419-
CMYK00.050.780.65
HSL56.52º64.49%20.98%-
HSV(B)56.52º78.41%34.51%-
XYZ7.318.461.86-
YUV77.7994.83135.29-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 46.07%
GREEN value IS 84 (33.20% from 255) = 43.98%
BLUE value IS 19 (7.81% from 255) = 9.95%
R=46.07%
G=43.98%
B=9.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.78
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88841900.050.780.6556.5264.4920.98
Hex585413054E41394015
Octal13012423051161017110025
Binary1011000101010010011010110011101000001111001100000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585413; }

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

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

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

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

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

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

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

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