#574E25

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

Shades of Bronze Olive #574E25

Tints of Bronze Olive #574E25

Color information

#574E25 (or 0x574E25) is unknown color: approx Bronze Olive. HEX triplet: 57, 4E and 25. RGB value is (87,78,37). Sum of RGB (Red+Green+Blue) = 87+78+37=202 (26% of max value = 765). Red value is 87 (34.38% from 255 or 43.07% from 202); Green value is 78 (30.86% from 255 or 38.61% from 202); Blue value is 37 (14.84% from 255 or 18.32% from 202); Max value from RGB is 87 - color contains mainly: red. Hex color #574E25 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #574E25 is #A8B1DA. Grayscale: #4C4C4C. Windows color (decimal): -11055579 or 2444887. OLE color: 2444887.

HSL color Cylindrical-coordinate representation of color #574E25: hue angle of 49.2º 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 #574E25 is Cyan = 0, Magento = 0.10, Yellow = 0.57 and Black (K on CMYK) = 0.66.

Color convert

RGB877837-
CMYK00.100.570.66
HSL49.2º40.32%24.31%-
HSV(B)49.2º57.47%34.12%-
XYZ6.997.612.85-
YUV76.02105.98135.83-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 43.07%
GREEN value IS 78 (30.86% from 255) = 38.61%
BLUE value IS 37 (14.84% from 255) = 18.32%
R=43.07%
G=38.61%
B=18.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.57
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87783700.100.570.6649.240.3224.31
Hex574E250A3942312818
Octal1271164501271102615030
Binary1010111100111010010101010111001100001011000110100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574E25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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