#584801

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

Shades of Bronze Olive #584801

Tints of Bronze Olive #584801

Color information

#584801 (or 0x584801) is unknown color: approx Bronze Olive. HEX triplet: 58, 48 and 01. RGB value is (88,72,1). Sum of RGB (Red+Green+Blue) = 88+72+1=161 (21% of max value = 765). Red value is 88 (34.77% from 255 or 54.66% from 161); Green value is 72 (28.52% from 255 or 44.72% from 161); Blue value is 1 (0.78% from 255 or 0.62% from 161); Max value from RGB is 88 - color contains mainly: red. Hex color #584801 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #584801 is #A7B7FE. Grayscale: #444444. Windows color (decimal): -10991615 or 84056. OLE color: 84056.

HSL color Cylindrical-coordinate representation of color #584801: hue angle of 48.97º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #584801 is Cyan = 0, Magento = 0.18, Yellow = 0.99 and Black (K on CMYK) = 0.65.

Color convert

RGB88721-
CMYK00.180.990.65
HSL48.97º97.75%17.45%-
HSV(B)48.97º98.86%34.51%-
XYZ6.356.710.99-
YUV68.6989.8141.77-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 54.66%
GREEN value IS 72 (28.52% from 255) = 44.72%
BLUE value IS 1 (0.78% from 255) = 0.62%
R=54.66%
G=44.72%
B=0.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.99
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8872100.180.990.6548.9797.7517.45
Hex584810126341316211
Octal13011010221431016114221
Binary10110001001000101001011000111000001110001110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584801

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #584801; }

 p { color: rgb(88,72,1); }

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

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

 a { background-color: rgb(88,72,1); }

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

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

 span { border-color: rgb(88,72,1); }

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