#584C2A

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

Shades of Bronze Olive #584C2A

Tints of Bronze Olive #584C2A

Color information

#584C2A (or 0x584C2A) is unknown color: approx Bronze Olive. HEX triplet: 58, 4C and 2A. RGB value is (88,76,42). Sum of RGB (Red+Green+Blue) = 88+76+42=206 (27% of max value = 765). Red value is 88 (34.77% from 255 or 42.72% from 206); Green value is 76 (30.08% from 255 or 36.89% from 206); Blue value is 42 (16.80% from 255 or 20.39% from 206); Max value from RGB is 88 - color contains mainly: red. Hex color #584C2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #584C2A is #A7B3D5. Grayscale: #4B4B4B. Windows color (decimal): -10990550 or 2772056. OLE color: 2772056.

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

Color convert

RGB887642-
CMYK00.140.520.65
HSL44.35º35.38%25.49%-
HSV(B)44.35º52.27%34.51%-
XYZ7.037.413.25-
YUV75.71108.98136.76-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 42.72%
GREEN value IS 76 (30.08% from 255) = 36.89%
BLUE value IS 42 (16.80% from 255) = 20.39%
R=42.72%
G=36.89%
B=20.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.52
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88764200.140.520.6544.3535.3825.49
Hex584C2A0E34412c2319
Octal1301145201664101544331
Binary1011000100110010101001110110100100000110110010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584C2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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