#584D1A

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

Shades of Bronze Olive #584D1A

Tints of Bronze Olive #584D1A

Color information

#584D1A (or 0x584D1A) is unknown color: approx Bronze Olive. HEX triplet: 58, 4D and 1A. RGB value is (88,77,26). Sum of RGB (Red+Green+Blue) = 88+77+26=191 (25% of max value = 765). Red value is 88 (34.77% from 255 or 46.07% from 191); Green value is 77 (30.47% from 255 or 40.31% from 191); Blue value is 26 (10.55% from 255 or 13.61% from 191); Max value from RGB is 88 - color contains mainly: red. Hex color #584D1A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #584D1A is #A7B2E5. Grayscale: #4A4A4A. Windows color (decimal): -10990310 or 1723736. OLE color: 1723736.

HSL color Cylindrical-coordinate representation of color #584D1A: hue angle of 49.35º degrees, saturation: 0.54, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #584D1A is Cyan = 0, Magento = 0.12, Yellow = 0.70 and Black (K on CMYK) = 0.65.

Color convert

RGB887726-
CMYK00.120.700.65
HSL49.35º54.39%22.35%-
HSV(B)49.35º70.45%34.51%-
XYZ6.867.462.05-
YUV74.47100.64137.65-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 46.07%
GREEN value IS 77 (30.47% from 255) = 40.31%
BLUE value IS 26 (10.55% from 255) = 13.61%
R=46.07%
G=40.31%
B=13.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.70
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88772600.120.700.6549.3554.3922.35
Hex584D1A0C4641313616
Octal13011532014106101616626
Binary1011000100110111010011001000110100000111000111011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584D1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,77,26); }

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

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

 a { background-color: rgb(88,77,26); }

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

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

 span { border-color: rgb(88,77,26); }

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