#584420

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

Shades of Bronze Olive #584420

Tints of Bronze Olive #584420

Color information

#584420 (or 0x584420) is unknown color: approx Bronze Olive. HEX triplet: 58, 44 and 20. RGB value is (88,68,32). Sum of RGB (Red+Green+Blue) = 88+68+32=188 (24% of max value = 765). Red value is 88 (34.77% from 255 or 46.81% from 188); Green value is 68 (26.95% from 255 or 36.17% from 188); Blue value is 32 (12.89% from 255 or 17.02% from 188); Max value from RGB is 88 - color contains mainly: red. Hex color #584420 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #584420 is #A7BBDF. Grayscale: #464646. Windows color (decimal): -10992608 or 2114648. OLE color: 2114648.

HSL color Cylindrical-coordinate representation of color #584420: hue angle of 38.57º degrees, saturation: 0.47, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #584420 is Cyan = 0, Magento = 0.23, Yellow = 0.64 and Black (K on CMYK) = 0.65.

Color convert

RGB886832-
CMYK00.230.640.65
HSL38.57º46.67%23.53%-
HSV(B)38.57º63.64%34.51%-
XYZ6.356.312.25-
YUV69.88106.63140.93-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 46.81%
GREEN value IS 68 (26.95% from 255) = 36.17%
BLUE value IS 32 (12.89% from 255) = 17.02%
R=46.81%
G=36.17%
B=17.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.64
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88683200.230.640.6538.5746.6723.53
Hex5844200174041272f18
Octal13010440027100101475730
Binary101100010001001000000101111000000100000110011110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #584420; }

 p { color: rgb(88,68,32); }

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

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

 a { background-color: rgb(88,68,32); }

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

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

 span { border-color: rgb(88,68,32); }

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