#574A25

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

Shades of Bronze Olive #574A25

Tints of Bronze Olive #574A25

Color information

#574A25 (or 0x574A25) is unknown color: approx Bronze Olive. HEX triplet: 57, 4A and 25. RGB value is (87,74,37). Sum of RGB (Red+Green+Blue) = 87+74+37=198 (26% of max value = 765). Red value is 87 (34.38% from 255 or 43.94% from 198); Green value is 74 (29.30% from 255 or 37.37% from 198); Blue value is 37 (14.84% from 255 or 18.69% from 198); Max value from RGB is 87 - color contains mainly: red. Hex color #574A25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #574A25 is #A8B5DA. Grayscale: #494949. Windows color (decimal): -11056603 or 2443863. OLE color: 2443863.

HSL color Cylindrical-coordinate representation of color #574A25: hue angle of 44.4º degrees, saturation: 0.4, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #574A25 is Cyan = 0, Magento = 0.15, Yellow = 0.57 and Black (K on CMYK) = 0.66.

Color convert

RGB877437-
CMYK00.150.570.66
HSL44.4º40.32%24.31%-
HSV(B)44.4º57.47%34.12%-
XYZ6.717.062.76-
YUV73.67107.31137.51-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 43.94%
GREEN value IS 74 (29.30% from 255) = 37.37%
BLUE value IS 37 (14.84% from 255) = 18.69%
R=43.94%
G=37.37%
B=18.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.57
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87743700.150.570.6644.440.3224.31
Hex574A250F39422c2818
Octal1271124501771102545030
Binary1010111100101010010101111111001100001010110010100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574A25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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