#584E2A

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

Shades of Bronze Olive #584E2A

Tints of Bronze Olive #584E2A

Color information

#584E2A (or 0x584E2A) is unknown color: approx Bronze Olive. HEX triplet: 58, 4E and 2A. RGB value is (88,78,42). Sum of RGB (Red+Green+Blue) = 88+78+42=208 (27% of max value = 765). Red value is 88 (34.77% from 255 or 42.31% from 208); Green value is 78 (30.86% from 255 or 37.5% from 208); Blue value is 42 (16.80% from 255 or 20.19% from 208); Max value from RGB is 88 - color contains mainly: red. Hex color #584E2A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #584E2A is #A7B1D5. Grayscale: #4D4D4D. Windows color (decimal): -10990038 or 2772568. OLE color: 2772568.

HSL color Cylindrical-coordinate representation of color #584E2A: hue angle of 46.96º 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 #584E2A is Cyan = 0, Magento = 0.11, Yellow = 0.52 and Black (K on CMYK) = 0.65.

Color convert

RGB887842-
CMYK00.110.520.65
HSL46.96º35.38%25.49%-
HSV(B)46.96º52.27%34.51%-
XYZ7.177.693.3-
YUV76.89108.31135.93-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 42.31%
GREEN value IS 78 (30.86% from 255) = 37.5%
BLUE value IS 42 (16.80% from 255) = 20.19%
R=42.31%
G=37.5%
B=20.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.52
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88784200.110.520.6546.9635.3825.49
Hex584E2A0B34412f2319
Octal1301165201364101574331
Binary1011000100111010101001011110100100000110111110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584E2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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