#574714

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

Shades of Bronze Olive #574714

Tints of Bronze Olive #574714

Color information

#574714 (or 0x574714) is unknown color: approx Bronze Olive. HEX triplet: 57, 47 and 14. RGB value is (87,71,20). Sum of RGB (Red+Green+Blue) = 87+71+20=178 (23% of max value = 765). Red value is 87 (34.38% from 255 or 48.88% from 178); Green value is 71 (28.12% from 255 or 39.89% from 178); Blue value is 20 (8.20% from 255 or 11.24% from 178); Max value from RGB is 87 - color contains mainly: red. Hex color #574714 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #574714 is #A8B8EB. Grayscale: #464646. Windows color (decimal): -11057388 or 1328983. OLE color: 1328983.

HSL color Cylindrical-coordinate representation of color #574714: hue angle of 45.67º 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 #574714 is Cyan = 0, Magento = 0.18, Yellow = 0.77 and Black (K on CMYK) = 0.66.

Color convert

RGB877120-
CMYK00.180.770.66
HSL45.67º62.62%20.98%-
HSV(B)45.67º77.01%34.12%-
XYZ6.316.581.6-
YUV69.9799.8140.15-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 48.88%
GREEN value IS 71 (28.12% from 255) = 39.89%
BLUE value IS 20 (8.20% from 255) = 11.24%
R=48.88%
G=39.89%
B=11.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.77
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87712000.180.770.6645.6762.6220.98
Hex5747140124D422e3f15
Octal12710724022115102567725
Binary10101111000111101000100101001101100001010111011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #574714; }

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

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

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

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

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

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

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

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