#574814

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

Shades of Bronze Olive #574814

Tints of Bronze Olive #574814

Color information

#574814 (or 0x574814) is unknown color: approx Bronze Olive. HEX triplet: 57, 48 and 14. RGB value is (87,72,20). Sum of RGB (Red+Green+Blue) = 87+72+20=179 (23% of max value = 765). Red value is 87 (34.38% from 255 or 48.60% from 179); Green value is 72 (28.52% from 255 or 40.22% from 179); Blue value is 20 (8.20% from 255 or 11.17% from 179); Max value from RGB is 87 - color contains mainly: red. Hex color #574814 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #574814 is #A8B7EB. Grayscale: #464646. Windows color (decimal): -11057132 or 1329239. OLE color: 1329239.

HSL color Cylindrical-coordinate representation of color #574814: hue angle of 46.57º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #574814 is Cyan = 0, Magento = 0.17, Yellow = 0.77 and Black (K on CMYK) = 0.66.

Color convert

RGB877220-
CMYK00.170.770.66
HSL46.57º62.62%20.98%-
HSV(B)46.57º77.01%34.12%-
XYZ6.376.711.62-
YUV70.5699.47139.73-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 48.60%
GREEN value IS 72 (28.52% from 255) = 40.22%
BLUE value IS 20 (8.20% from 255) = 11.17%
R=48.60%
G=40.22%
B=11.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.77
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87722000.170.770.6646.5762.6220.98
Hex5748140114D422f3f15
Octal12711024021115102577725
Binary10101111001000101000100011001101100001010111111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #574814; }

 p { color: rgb(87,72,20); }

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

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

 a { background-color: rgb(87,72,20); }

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

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

 span { border-color: rgb(87,72,20); }

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