#584A24

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

Shades of Bronze Olive #584A24

Tints of Bronze Olive #584A24

Color information

#584A24 (or 0x584A24) is unknown color: approx Bronze Olive. HEX triplet: 58, 4A and 24. RGB value is (88,74,36). Sum of RGB (Red+Green+Blue) = 88+74+36=198 (26% of max value = 765). Red value is 88 (34.77% from 255 or 44.44% from 198); Green value is 74 (29.30% from 255 or 37.37% from 198); Blue value is 36 (14.45% from 255 or 18.18% from 198); Max value from RGB is 88 - color contains mainly: red. Hex color #584A24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #584A24 is #A7B5DB. Grayscale: #4A4A4A. Windows color (decimal): -10991068 or 2378328. OLE color: 2378328.

HSL color Cylindrical-coordinate representation of color #584A24: hue angle of 43.85º degrees, saturation: 0.42, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #584A24 is Cyan = 0, Magento = 0.16, Yellow = 0.59 and Black (K on CMYK) = 0.65.

Color convert

RGB887436-
CMYK00.160.590.65
HSL43.85º41.94%24.31%-
HSV(B)43.85º59.09%34.51%-
XYZ6.797.12.68-
YUV73.85106.64138.09-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 44.44%
GREEN value IS 74 (29.30% from 255) = 37.37%
BLUE value IS 36 (14.45% from 255) = 18.18%
R=44.44%
G=37.37%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.59
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88743600.160.590.6543.8541.9424.31
Hex584A240103B412c2a18
Octal1301124402073101545230
Binary10110001001010100100010000111011100000110110010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584A24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,74,36); }

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

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

 a { background-color: rgb(88,74,36); }

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

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

 span { border-color: rgb(88,74,36); }

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