#584A25

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

Shades of Bronze Olive #584A25

Tints of Bronze Olive #584A25

Color information

#584A25 (or 0x584A25) is unknown color: approx Bronze Olive. HEX triplet: 58, 4A and 25. RGB value is (88,74,37). Sum of RGB (Red+Green+Blue) = 88+74+37=199 (26% of max value = 765). Red value is 88 (34.77% from 255 or 44.22% from 199); Green value is 74 (29.30% from 255 or 37.19% from 199); Blue value is 37 (14.84% from 255 or 18.59% from 199); Max value from RGB is 88 - color contains mainly: red. Hex color #584A25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #584A25 is #A7B5DA. Grayscale: #4A4A4A. Windows color (decimal): -10991067 or 2443864. OLE color: 2443864.

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

Color convert

RGB887437-
CMYK00.160.580.65
HSL43.53º40.8%24.51%-
HSV(B)43.53º57.95%34.51%-
XYZ6.817.112.76-
YUV73.97107.14138.01-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 44.22%
GREEN value IS 74 (29.30% from 255) = 37.19%
BLUE value IS 37 (14.84% from 255) = 18.59%
R=44.22%
G=37.19%
B=18.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.58
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88743700.160.580.6543.5340.824.51
Hex584A250103A412c2919
Octal1301124502072101545131
Binary10110001001010100101010000111010100000110110010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584A25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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