#584F27

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

Shades of Bronze Olive #584F27

Tints of Bronze Olive #584F27

Color information

#584F27 (or 0x584F27) is unknown color: approx Bronze Olive. HEX triplet: 58, 4F and 27. RGB value is (88,79,39). Sum of RGB (Red+Green+Blue) = 88+79+39=206 (27% of max value = 765). Red value is 88 (34.77% from 255 or 42.72% from 206); Green value is 79 (31.25% from 255 or 38.35% from 206); Blue value is 39 (15.62% from 255 or 18.93% from 206); Max value from RGB is 88 - color contains mainly: red. Hex color #584F27 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #584F27 is #A7B0D8. Grayscale: #4D4D4D. Windows color (decimal): -10989785 or 2576216. OLE color: 2576216.

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

Color convert

RGB887939-
CMYK00.100.560.65
HSL48.98º38.58%24.9%-
HSV(B)48.98º55.68%34.51%-
XYZ7.197.813.05-
YUV77.13106.48135.75-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 42.72%
GREEN value IS 79 (31.25% from 255) = 38.35%
BLUE value IS 39 (15.62% from 255) = 18.93%
R=42.72%
G=38.35%
B=18.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.56
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88793900.100.560.6548.9838.5824.9
Hex584F270A3841312719
Octal1301174701270101614731
Binary1011000100111110011101010111000100000111000110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584F27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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