#584F28

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

Shades of Bronze Olive #584F28

Tints of Bronze Olive #584F28

Color information

#584F28 (or 0x584F28) is unknown color: approx Bronze Olive. HEX triplet: 58, 4F and 28. RGB value is (88,79,40). Sum of RGB (Red+Green+Blue) = 88+79+40=207 (27% of max value = 765). Red value is 88 (34.77% from 255 or 42.51% from 207); Green value is 79 (31.25% from 255 or 38.16% from 207); Blue value is 40 (16.02% from 255 or 19.32% from 207); Max value from RGB is 88 - color contains mainly: red. Hex color #584F28 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #584F28 is #A7B0D7. Grayscale: #4D4D4D. Windows color (decimal): -10989784 or 2641752. OLE color: 2641752.

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

Color convert

RGB887940-
CMYK00.100.550.65
HSL48.75º37.5%25.1%-
HSV(B)48.75º54.55%34.51%-
XYZ7.27.823.14-
YUV77.24106.98135.67-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 42.51%
GREEN value IS 79 (31.25% from 255) = 38.16%
BLUE value IS 40 (16.02% from 255) = 19.32%
R=42.51%
G=38.16%
B=19.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.55
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88794000.100.550.6548.7537.525.1
Hex584F280A3741312619
Octal1301175001267101614631
Binary1011000100111110100001010110111100000111000110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584F28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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