#584F29

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

Shades of Bronze Olive #584F29

Tints of Bronze Olive #584F29

Color information

#584F29 (or 0x584F29) is unknown color: approx Bronze Olive. HEX triplet: 58, 4F and 29. RGB value is (88,79,41). Sum of RGB (Red+Green+Blue) = 88+79+41=208 (27% of max value = 765). Red value is 88 (34.77% from 255 or 42.31% from 208); Green value is 79 (31.25% from 255 or 37.98% from 208); Blue value is 41 (16.41% from 255 or 19.71% from 208); Max value from RGB is 88 - color contains mainly: red. Hex color #584F29 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #584F29 is #A7B0D6. Grayscale: #4D4D4D. Windows color (decimal): -10989783 or 2707288. OLE color: 2707288.

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

Color convert

RGB887941-
CMYK00.100.530.65
HSL48.51º36.43%25.29%-
HSV(B)48.51º53.41%34.51%-
XYZ7.227.833.23-
YUV77.36107.48135.59-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 42.31%
GREEN value IS 79 (31.25% from 255) = 37.98%
BLUE value IS 41 (16.41% from 255) = 19.71%
R=42.31%
G=37.98%
B=19.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.53
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88794100.100.530.6548.5136.4325.29
Hex584F290A3541312419
Octal1301175101265101614431
Binary1011000100111110100101010110101100000111000110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584F29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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