#574E05

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

Shades of Bronze Olive #574E05

Tints of Bronze Olive #574E05

Color information

#574E05 (or 0x574E05) is unknown color: approx Bronze Olive. HEX triplet: 57, 4E and 05. RGB value is (87,78,5). Sum of RGB (Red+Green+Blue) = 87+78+5=170 (22% of max value = 765). Red value is 87 (34.38% from 255 or 51.18% from 170); Green value is 78 (30.86% from 255 or 45.88% from 170); Blue value is 5 (2.34% from 255 or 2.94% from 170); Max value from RGB is 87 - color contains mainly: red. Hex color #574E05 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #574E05 is #A8B1FA. Grayscale: #484848. Windows color (decimal): -11055611 or 347735. OLE color: 347735.

HSL color Cylindrical-coordinate representation of color #574E05: hue angle of 53.41º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #574E05 is Cyan = 0, Magento = 0.10, Yellow = 0.94 and Black (K on CMYK) = 0.66.

Color convert

RGB87785-
CMYK00.100.940.66
HSL53.41º89.13%18.04%-
HSV(B)53.41º94.25%34.12%-
XYZ6.687.491.24-
YUV72.3789.98138.44-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 51.18%
GREEN value IS 78 (30.86% from 255) = 45.88%
BLUE value IS 5 (2.34% from 255) = 2.94%
R=51.18%
G=45.88%
B=2.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.94
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8778500.100.940.6653.4189.1318.04
Hex574E50A5E42355912
Octal12711650121361026513122
Binary101011110011101010101010111101000010110101101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574E05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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