#584A19

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

Shades of Bronze Olive #584A19

Tints of Bronze Olive #584A19

Color information

#584A19 (or 0x584A19) is unknown color: approx Bronze Olive. HEX triplet: 58, 4A and 19. RGB value is (88,74,25). Sum of RGB (Red+Green+Blue) = 88+74+25=187 (24% of max value = 765). Red value is 88 (34.77% from 255 or 47.06% from 187); Green value is 74 (29.30% from 255 or 39.57% from 187); Blue value is 25 (10.16% from 255 or 13.37% from 187); Max value from RGB is 88 - color contains mainly: red. Hex color #584A19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #584A19 is #A7B5E6. Grayscale: #484848. Windows color (decimal): -10991079 or 1657432. OLE color: 1657432.

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

Color convert

RGB887425-
CMYK00.160.720.65
HSL46.67º55.75%22.16%-
HSV(B)46.67º71.59%34.51%-
XYZ6.657.041.93-
YUV72.6101.14138.98-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 47.06%
GREEN value IS 74 (29.30% from 255) = 39.57%
BLUE value IS 25 (10.16% from 255) = 13.37%
R=47.06%
G=39.57%
B=13.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.72
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88742500.160.720.6546.6755.7522.16
Hex584A1901048412f3816
Octal13011231020110101577026
Binary10110001001010110010100001001000100000110111111100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584A19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #584A19; }

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

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

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

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

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

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

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

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