#584614

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

Shades of Bronze Olive #584614

Tints of Bronze Olive #584614

Color information

#584614 (or 0x584614) is unknown color: approx Bronze Olive. HEX triplet: 58, 46 and 14. RGB value is (88,70,20). Sum of RGB (Red+Green+Blue) = 88+70+20=178 (23% of max value = 765). Red value is 88 (34.77% from 255 or 49.44% from 178); Green value is 70 (27.73% from 255 or 39.33% from 178); Blue value is 20 (8.20% from 255 or 11.24% from 178); Max value from RGB is 88 - color contains mainly: red. Hex color #584614 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #584614 is #A7B9EB. Grayscale: #454545. Windows color (decimal): -10992108 or 1328728. OLE color: 1328728.

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

Color convert

RGB887020-
CMYK00.200.770.65
HSL44.12º62.96%21.18%-
HSV(B)44.12º77.27%34.51%-
XYZ6.346.511.58-
YUV69.6899.96141.07-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 49.44%
GREEN value IS 70 (27.73% from 255) = 39.33%
BLUE value IS 20 (8.20% from 255) = 11.24%
R=49.44%
G=39.33%
B=11.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.77
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88702000.200.770.6544.1262.9621.18
Hex5846140144D412c3f15
Octal13010624024115101547725
Binary10110001000110101000101001001101100000110110011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #584614; }

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

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

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

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

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

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

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

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