#584F2A

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

Shades of Bronze Olive #584F2A

Tints of Bronze Olive #584F2A

Color information

#584F2A (or 0x584F2A) is unknown color: approx Bronze Olive. HEX triplet: 58, 4F and 2A. RGB value is (88,79,42). Sum of RGB (Red+Green+Blue) = 88+79+42=209 (27% of max value = 765). Red value is 88 (34.77% from 255 or 42.11% from 209); Green value is 79 (31.25% from 255 or 37.80% from 209); Blue value is 42 (16.80% from 255 or 20.10% from 209); Max value from RGB is 88 - color contains mainly: red. Hex color #584F2A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #584F2A is #A7B0D5. Grayscale: #4D4D4D. Windows color (decimal): -10989782 or 2772824. OLE color: 2772824.

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

Color convert

RGB887942-
CMYK00.100.520.65
HSL48.26º35.38%25.49%-
HSV(B)48.26º52.27%34.51%-
XYZ7.247.833.32-
YUV77.47107.98135.51-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 42.11%
GREEN value IS 79 (31.25% from 255) = 37.80%
BLUE value IS 42 (16.80% from 255) = 20.10%
R=42.11%
G=37.80%
B=20.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.52
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88794200.100.520.6548.2635.3825.49
Hex584F2A0A3441302319
Octal1301175201264101604331
Binary1011000100111110101001010110100100000111000010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584F2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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