#584F14

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

Shades of Bronze Olive #584F14

Tints of Bronze Olive #584F14

Color information

#584F14 (or 0x584F14) is unknown color: approx Bronze Olive. HEX triplet: 58, 4F and 14. RGB value is (88,79,20). Sum of RGB (Red+Green+Blue) = 88+79+20=187 (24% of max value = 765). Red value is 88 (34.77% from 255 or 47.06% from 187); Green value is 79 (31.25% from 255 or 42.25% from 187); Blue value is 20 (8.20% from 255 or 10.70% from 187); Max value from RGB is 88 - color contains mainly: red. Hex color #584F14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #584F14 is #A7B0EB. Grayscale: #4B4B4B. Windows color (decimal): -10989804 or 1331032. OLE color: 1331032.

HSL color Cylindrical-coordinate representation of color #584F14: hue angle of 52.06º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #584F14 is Cyan = 0, Magento = 0.10, Yellow = 0.77 and Black (K on CMYK) = 0.65.

Color convert

RGB887920-
CMYK00.100.770.65
HSL52.06º62.96%21.18%-
HSV(B)52.06º77.27%34.51%-
XYZ6.957.721.79-
YUV74.9696.98137.3-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 47.06%
GREEN value IS 79 (31.25% from 255) = 42.25%
BLUE value IS 20 (8.20% from 255) = 10.70%
R=47.06%
G=42.25%
B=10.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.77
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88792000.100.770.6552.0662.9621.18
Hex584F140A4D41343f15
Octal13011724012115101647725
Binary1011000100111110100010101001101100000111010011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584F14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,79,20); }

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

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

 a { background-color: rgb(88,79,20); }

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

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

 span { border-color: rgb(88,79,20); }

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