#585419

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

Shades of Bronze Olive #585419

Tints of Bronze Olive #585419

Color information

#585419 (or 0x585419) is unknown color: approx Bronze Olive. HEX triplet: 58, 54 and 19. RGB value is (88,84,25). Sum of RGB (Red+Green+Blue) = 88+84+25=197 (26% of max value = 765). Red value is 88 (34.77% from 255 or 44.67% from 197); Green value is 84 (33.20% from 255 or 42.64% from 197); Blue value is 25 (10.16% from 255 or 12.69% from 197); Max value from RGB is 88 - color contains mainly: red. Hex color #585419 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #585419 is #A7ABE6. Grayscale: #4E4E4E. Windows color (decimal): -10988519 or 1659992. OLE color: 1659992.

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

Color convert

RGB888425-
CMYK00.050.720.65
HSL56.19º55.75%22.16%-
HSV(B)56.19º71.59%34.51%-
XYZ7.378.492.17-
YUV78.4797.83134.8-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 44.67%
GREEN value IS 84 (33.20% from 255) = 42.64%
BLUE value IS 25 (10.16% from 255) = 12.69%
R=44.67%
G=42.64%
B=12.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.72
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88842500.050.720.6556.1955.7522.16
Hex585419054841383816
Octal1301243105110101707026
Binary101100010101001100101011001000100000111100011100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585419; }

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

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

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

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

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

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

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

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