#585319

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

Shades of Bronze Olive #585319

Tints of Bronze Olive #585319

Color information

#585319 (or 0x585319) is unknown color: approx Bronze Olive. HEX triplet: 58, 53 and 19. RGB value is (88,83,25). Sum of RGB (Red+Green+Blue) = 88+83+25=196 (25% of max value = 765). Red value is 88 (34.77% from 255 or 44.90% from 196); Green value is 83 (32.81% from 255 or 42.35% from 196); Blue value is 25 (10.16% from 255 or 12.76% from 196); Max value from RGB is 88 - color contains mainly: red. Hex color #585319 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #585319 is #A7ACE6. Grayscale: #4E4E4E. Windows color (decimal): -10988775 or 1659736. OLE color: 1659736.

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

Color convert

RGB888325-
CMYK00.060.720.65
HSL55.24º55.75%22.16%-
HSV(B)55.24º71.59%34.51%-
XYZ7.298.332.14-
YUV77.8898.16135.22-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 44.90%
GREEN value IS 83 (32.81% from 255) = 42.35%
BLUE value IS 25 (10.16% from 255) = 12.76%
R=44.90%
G=42.35%
B=12.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.72
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88832500.060.720.6555.2455.7522.16
Hex585319064841373816
Octal1301233106110101677026
Binary101100010100111100101101001000100000111011111100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585319

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585319; }

 p { color: rgb(88,83,25); }

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

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

 a { background-color: rgb(88,83,25); }

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

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

 span { border-color: rgb(88,83,25); }

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